-
Notifications
You must be signed in to change notification settings - Fork 486
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
ORC-817, ORC-1088: Support ZStandard compression using zstd-jni #1743
Closed
+477
−45
Closed
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
52ec160
ORC-817: Replace aircompressor ZStandard compression with zstd-jni
dchristle 50906d1
fix conflict
cxzl25 f444a25
jni fallback
cxzl25 a0c4e90
style
cxzl25 7ff24ba
add config(orc.compression.zstd.impl)
cxzl25 27ab72e
checkstyle
cxzl25 a6ad79a
checkstyle
cxzl25 a2d3efd
Refactor the compress and decompress methods
cxzl25 fc45249
spotbugs
cxzl25 5d14db0
trigger test
cxzl25 6f91dc4
use jni to test
cxzl25 f860f2f
Revert "add config(orc.compression.zstd.impl)"
cxzl25 ee51e29
indentation
cxzl25 932eb2e
zstd-jni version property name
cxzl25 202276a
Update pom.xml
guiyanakuang b4eb87d
checkstyle
cxzl25 4bf7f99
fix log
cxzl25 0292ebe
java16 instanceOf
cxzl25 7b8c3d6
doc level range
cxzl25 7364e59
remove unused field
cxzl25 f876ead
remove orc.compression.zstd.longmode
cxzl25 48a529f
java props orc.compression.zstd.impl
cxzl25 366ac5b
ut
cxzl25 662456e
method order
cxzl25 10d5220
remove setSpeed method
cxzl25 5f674cb
wrapper class ZstdCompressOptions
cxzl25 4ae4adb
Set ZSTD level to 1
dongjoon-hyun b2edbb1
Update ZstdCodec.java
dongjoon-hyun 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 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also fix ORC-1088
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
source table: ORC zlib 4408374802439 4TB
zstd-jni
orc.compression.zstd.level=3 (default)
zstd compress size: 3119313447131 2905G
orc.compression.zstd.level=10
zstd compress size: 2621369844393 2441G
aircompressor
zstd compress size: 3138804372295 2923G