-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Dagger currently doesn’t support SerDe for Struct
and repeated Struct
data types.
Current behaviour: It sets the struct fields as null in case of deserialisation and sets empty Object for serialisation.
Expected behaviour: It should properly parse the fields so that they can be used in Dagger SQL query and can be sent to the sink post serialisation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request