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

Decode case classes by name instead of by index #4

Merged
merged 10 commits into from
Jul 12, 2022
Merged

Conversation

myazinn
Copy link
Collaborator

@myazinn myazinn commented Jul 5, 2022

Case classes now decoded using fieldNames instead of indexes to make sure fields are not messed up. Also, overall derivation structure was reworked and simplified, you no longer need to defined codecs within your UDTs, they will be derived automatically.

@myazinn myazinn force-pushed the decode_row_by_names branch 7 times, most recently from c2793a8 to 99a1c60 Compare July 8, 2022 13:08
@narma narma merged commit 0fd089e into master Jul 12, 2022
@narma narma deleted the decode_row_by_names branch July 12, 2022 09:14
@narma
Copy link
Owner

narma commented Jul 12, 2022

Excellent job! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants