dagger
dagger copied to clipboard
Add support for Struct SerDe
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.