Skip to content

Avoid using complex Maps in SparkRuntime #21

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 ) 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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