Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Struct SerDe #59

Open
prakharmathur82 opened this issue Aug 13, 2021 · 0 comments
Open

Add support for Struct SerDe #59

prakharmathur82 opened this issue Aug 13, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@prakharmathur82
Copy link
Member

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 prakharmathur82 added the enhancement New feature or request label Aug 13, 2021
@ravisuhag ravisuhag added this to To do in Roadmap H2 2021 Sep 17, 2021
@ravisuhag ravisuhag moved this from To do to In progress in Roadmap H2 2021 Nov 12, 2021
@ravisuhag ravisuhag linked a pull request Nov 12, 2021 that will close this issue
@ravisuhag ravisuhag moved this from In progress to Review in Roadmap H2 2021 Dec 11, 2021
@prakharmathur82 prakharmathur82 removed a link to a pull request Jan 19, 2022
@ravisuhag ravisuhag moved this from Review to Done in Roadmap H2 2021 Mar 24, 2022
@ravisuhag ravisuhag removed this from Done in Roadmap H2 2021 Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant