-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Supporting writing schema metadata when writing Parquet in parallel #13866
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
09004c5
refactor: make ParquetSink tests a bit more readable
wiedld b20b151
chore(11770): add new ParquetOptions.skip_arrow_metadata
wiedld ce9510c
test(11770): demonstrate that the single threaded ParquetSink is alre…
wiedld da88cec
refactor(11770): replace with new method, since the kv_metadata is i…
wiedld 013b098
fix(11770): fix parallel ParquetSink to encode arrow schema into the…
wiedld aac8571
refactor(11770): provide deprecation warning for TryFrom
wiedld 0b960d9
test(11770): update tests with new default to include arrow schema
wiedld 3893c8c
Merge branch 'main' into 11770/parquet-sink-metadata
wiedld 5a64d83
refactor: including partitioning of arrow schema inserted into kv_met…
wiedld 64ef4aa
test: update tests for new config prop, as well as the new file parti…
wiedld 30448b9
chore: avoid cloning in tests, and update code docs
wiedld f2f9b00
refactor: return to the WriterPropertiesBuilder::TryFrom<TableParquet…
wiedld c5ad794
refactor: require the arrow_schema key to be present in the kv_metada…
wiedld 3063377
chore: update configs.md
wiedld 80a76d0
test: update tests to handle the (default) required arrow schema in t…
wiedld 999cab9
chore: add reference to arrow-rs upstream PR
wiedld 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
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.