-
Notifications
You must be signed in to change notification settings - Fork 466
feat: Honor compression settings for metadata.json on write #1876
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 55 commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
665b970
feat!: Support compression codecs for JSON metadata and Avro
emkornfield 091d3bc
fmt
emkornfield 41a8c1c
fix clippy
emkornfield 51e781e
clippy again
emkornfield 253bf59
wip
emkornfield 8bdb52d
address comments
emkornfield 9d27116
no clone needed
emkornfield d1ee0b2
test compression works
emkornfield 393622f
comments
emkornfield 46fdb8e
update tests
emkornfield ec96917
address comments
emkornfield 46efa9e
Remove Avro compression changes, keep only JSON metadata compression
emkornfield e96fe1a
address some comments
emkornfield 53d0997
don't reference deprecated method
emkornfield 4f033e8
don't call deprecated method
emkornfield 2db8b89
with_next_version
emkornfield 8b63161
refactor
emkornfield 9308050
fix imports
emkornfield 9bd46d6
fix compile
emkornfield f3276ce
fix clipp
emkornfield 27cbc0b
remove ;
emkornfield bdc6bb5
Update crates/iceberg/src/spec/table_properties.rs
emkornfield 05fdd81
address comment on .gz
emkornfield 5d6404c
Merge branch 'feat/metadata-compression' of github.com-personal:emkor…
emkornfield 207c0bf
add tests
emkornfield e83c449
fixes
emkornfield d07e628
Merge branch 'main' into feat/metadata-compression
Xuanwo eda6e6d
address some comments
emkornfield 95be088
imports
emkornfield 54e59b6
fmt
emkornfield 7446167
Merge branch 'feat/metadata-compression' of github.com-personal:emkor…
emkornfield 208ef58
fmt
emkornfield 422bb87
don't hard-code in tests
emkornfield 025f669
fmt
emkornfield d7f22f4
fix clippy
emkornfield 34e9a34
clippy
emkornfield dfac0a4
more clippy
emkornfield 1dd132a
Merge remote-tracking branch 'databricks/main' into feat/metadata-com…
emkornfield 3b4b2ee
make constant
emkornfield eaf1570
wip
emkornfield 889cd03
one more comment
emkornfield 268d830
fmt
emkornfield 2fd720f
Merge remote-tracking branch 'databricks/main' into feat/metadata-com…
emkornfield 664e541
replace more magic constants
emkornfield 1bfa1b8
Merge remote-tracking branch 'databricks/main' into feat/metadata-com…
emkornfield 86854a8
wip
emkornfield 4e0caed
fix
emkornfield 0b936e9
cleanup
emkornfield e17b626
wip
emkornfield f321a03
fmt
emkornfield 4b102e1
Clippy
emkornfield fa7f1a9
wip
emkornfield f2595df
use CompressionCodec on metadata location
emkornfield 24ccd8f
change write_to
emkornfield 0bf562b
Merge remote-tracking branch 'databricks/main' into feat/metadata-com…
emkornfield ab8a4b5
fix nits
emkornfield 91df534
fix s3tables compilation
emkornfield 19209ce
address comments
emkornfield 3588283
fix compilation
emkornfield bd54626
fmt
emkornfield e1d8d0b
fix
emkornfield 8aa2df6
Merge branch 'main' into feat/metadata-compression
emkornfield 391ee56
Merge branch 'main' into feat/metadata-compression
emkornfield be73422
Merge remote-tracking branch 'databricks/main' into feat/metadata-com…
emkornfield 2d84dfa
Merge branch 'feat/metadata-compression' of github.com-personal:emkor…
emkornfield 12b299a
fix
emkornfield 833474a
Merge remote-tracking branch 'databricks/main' into feat/metadata-com…
emkornfield 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
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.