-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-12194: [Rust][Parquet] Bump zstd to v0.7 #9881
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
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on JIRA? Then could you also rename pull request title in the following format? See also: |
Codecov Report
@@ Coverage Diff @@
## master #9881 +/- ##
==========================================
+ Coverage 82.60% 82.68% +0.07%
==========================================
Files 255 256 +1
Lines 59674 60105 +431
==========================================
+ Hits 49295 49699 +404
- Misses 10379 10406 +27
Continue to review full report at Codecov.
|
Dandandan
left a comment
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.
👍 LGTM
alamb
left a comment
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.
|
@alamb 👍 |
|
Thanks again @aldanor ! |
This updates zstd version used by parquet crate to zstd = "0.7.0+zstd.1.4.9". Closes apache#9881 from aldanor/feature/zstd-0.7 Authored-by: Ivan Smirnov <i.s.smirnov@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>
This updates zstd version used by parquet crate to zstd = "0.7.0+zstd.1.4.9".