Skip to content

Avoid using complex Maps in SparkRuntime #21

@ArnauPrat

Description

@ArnauPrat

Avoid using complex Maps as return types such as in this line of SparkRuntime.
As an alternative, create case classes to hold the results with semantically clear attribute names. E.g.

case class GeneratedClass ( className : String, fileName : String, sourceCode : String ) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions