raystack/dagger

Add support for Struct SerDe

prakharmathur82 opened this issue · 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.