-
Notifications
You must be signed in to change notification settings - Fork 26
Feature/221 serialize enums as flattened structs #222
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
Draft
raj-nimble
wants to merge
20
commits into
chmp:main
Choose a base branch
from
raj-nimble:feature/221-serialize-enums-as-flattened-structs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
9f89dca
add option to TracingOptions for enums with data to be flattened to s…
raj-nimble 0a84386
add test cases in from_samples to repro enums as flattened structs
raj-nimble e1d617a
add tracer changes to create GenericField for enums as flattened structs
raj-nimble e35d0a9
change from_samples unit tests to be a single equality test
raj-nimble 5d8941c
add unit tests for edge cases, add basic test for from_type
raj-nimble ec1ae8e
missed an addition to internal schema checks
raj-nimble 5cfcd01
typo fix
raj-nimble 52fecdd
add flattened union builder
raj-nimble fd144bf
wip: flattened union builder first working version
raj-nimble 202c078
fix num elements in struct and start adding unit tests for flattened …
raj-nimble 180c99c
fix row count
raj-nimble ebe3117
fix schema/array column ordering issue by using BTreeMaps in the Trac…
raj-nimble 0104fa5
fix ordering of fields in unit tests and replace continue with todo
raj-nimble 522140b
Move flattened_union_builder tests to test_with_arrow directory
raj-nimble 25755fb
complex nested enum test case
raj-nimble c5b98b6
fix duplicated error logs and fix/force nested enum/dictionaries to b…
raj-nimble 7ed5ce5
consolidate helpers and cleanup from_samples and from_type unit tests
raj-nimble 019b2a5
added tracing options rustdoc
raj-nimble d6314b1
slightly logging improvement in flattened union builder
raj-nimble e1b2898
wip: possible repro of None issue
raj-nimble File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.