dagger icon indicating copy to clipboard operation
dagger copied to clipboard

Add support for Struct SerDe

Open prakharmathur82 opened this issue 4 years ago • 0 comments

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.

prakharmathur82 avatar Aug 13 '21 07:08 prakharmathur82