Skip to content

Conversation

@andresgomezfrr
Copy link
Collaborator

@andresgomezfrr andresgomezfrr commented Nov 23, 2023

TL;DR

Fix nested list of structs using scala layer.

case class ScalarNested(
    foo: String,
    bar: Option[String],
    nestedNested: Option[ScalarNestedNested],
    nestedNestedList: List[ScalarNestedNested], // <----- THIS
    nestedNestedMap: Map[String, ScalarNestedNested] // <----- THIS
)
case class ScalarNestedNested(foo: String, bar: Option[String])

support-nested-list-of-structs

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

@andresgomezfrr andresgomezfrr force-pushed the support-nested-list-of-structs branch from c0f5810 to 6b5d5cc Compare November 23, 2023 15:35
Signed-off-by: Andres Gomez Ferrer <andresg@spotify.com>
@andresgomezfrr andresgomezfrr force-pushed the support-nested-list-of-structs branch from 659ee58 to 1e6fa65 Compare November 23, 2023 15:47
@andresgomezfrr andresgomezfrr changed the title Fix nested list of structs Fix nested list & map of structs Nov 23, 2023
@andresgomezfrr andresgomezfrr changed the title Fix nested list & map of structs Fix nested list & map of structs using case classes Nov 23, 2023
Signed-off-by: Andres Gomez Ferrer <andresg@spotify.com>
Signed-off-by: Andres Gomez Ferrer <andresg@spotify.com>
@andresgomezfrr andresgomezfrr merged commit acac5fe into master Nov 23, 2023
@andresgomezfrr andresgomezfrr deleted the support-nested-list-of-structs branch November 23, 2023 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants