[MINOR][DOC]Add missing compression codec .#22068
Closed
10110346 wants to merge 1 commit intoapache:masterfrom
Closed
[MINOR][DOC]Add missing compression codec .#2206810110346 wants to merge 1 commit intoapache:masterfrom
10110346 wants to merge 1 commit intoapache:masterfrom
Conversation
|
Test build #94550 has finished for PR 22068 at commit
|
Member
|
Would it be better to update a comment in |
|
Test build #4237 has finished for PR 22068 at commit
|
Member
|
Yea, if there are more instances found, we better fix them together while we are here. |
Contributor
Author
|
I will update,thanks @kiszk @HyukjinKwon |
Member
|
Thanks. BTW, I found another instance in test, not in doc. Do we address this in this PR? Or, do we address in another PR? |
|
Test build #94593 has finished for PR 22068 at commit
|
Member
|
Eh, I think it's okay. Let's just get this in. |
|
Test build #94594 has finished for PR 22068 at commit
|
Contributor
Author
|
retest this please |
|
Test build #94605 has finished for PR 22068 at commit
|
Member
|
Merged to master. |
asfgit
pushed a commit
that referenced
this pull request
Aug 11, 2018
## What changes were proposed in this pull request? Parquet file provides six codecs: "snappy", "gzip", "lzo", "lz4", "brotli", "zstd". This pr add missing compression codec :"lz4", "brotli", "zstd" . ## How was this patch tested? N/A Closes #22068 from 10110346/nosupportlz4. Authored-by: liuxian <liu.xian3@zte.com.cn> Signed-off-by: hyukjinkwon <gurwls223@apache.org>
zifeif2
pushed a commit
to zifeif2/spark
that referenced
this pull request
Nov 22, 2025
## What changes were proposed in this pull request? Parquet file provides six codecs: "snappy", "gzip", "lzo", "lz4", "brotli", "zstd". This pr add missing compression codec :"lz4", "brotli", "zstd" . ## How was this patch tested? N/A Closes apache#22068 from 10110346/nosupportlz4. Authored-by: liuxian <liu.xian3@zte.com.cn> Signed-off-by: hyukjinkwon <gurwls223@apache.org>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
Parquet file provides six codecs: "snappy", "gzip", "lzo", "lz4", "brotli", "zstd".
This pr add missing compression codec :"lz4", "brotli", "zstd" .
How was this patch tested?
N/A