-
Notifications
You must be signed in to change notification settings - Fork 29k
[MINOR][DOCS] Add zstandard as a candidate to fix the desc of spark.sql.avro.compression.codec #44783
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
…ql.avro.compression.codec
nchammas
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.
| <td> | ||
| Compression codec used in writing of AVRO files. Supported codecs: uncompressed, deflate, | ||
| snappy, bzip2 and xz. Default codec is snappy. | ||
| snappy, bzip2, xz and zstandard. Default codec is snappy. |
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.
I suggest also removing this bit as it duplicates the information in the default column.
| snappy, bzip2, xz and zstandard. Default codec is snappy. | |
| snappy, bzip2, xz and zstandard. |
Same here, of course:
| "uncompressed, deflate, snappy, bzip2, xz and zstandard. Default codec is snappy.") |
dongjoon-hyun
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.
+1, LGTM. Thank you, @yaooqinn .
…ql.avro.compression.codec ### What changes were proposed in this pull request? Add zstandard as a candidate to fix the desc of spark.sql.avro.compression.codec ### Why are the changes needed? docfix ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? doc build ### Was this patch authored or co-authored using generative AI tooling? no Closes #44783 from yaooqinn/avro_minor. Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Dongjoon Hyun <dhyun@apple.com> (cherry picked from commit c040824) Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
…ql.avro.compression.codec ### What changes were proposed in this pull request? Add zstandard as a candidate to fix the desc of spark.sql.avro.compression.codec ### Why are the changes needed? docfix ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? doc build ### Was this patch authored or co-authored using generative AI tooling? no Closes #44783 from yaooqinn/avro_minor. Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Dongjoon Hyun <dhyun@apple.com> (cherry picked from commit c040824) Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
|
Since it's supported since Spark 3.2.0 via SPARK-34479, I backported this to all live release branches. Merged to main/3.5/3.4. |
|
Thank @dongjoon-hyun @nchammas |
…ql.avro.compression.codec ### What changes were proposed in this pull request? Add zstandard as a candidate to fix the desc of spark.sql.avro.compression.codec ### Why are the changes needed? docfix ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? doc build ### Was this patch authored or co-authored using generative AI tooling? no Closes apache#44783 from yaooqinn/avro_minor. Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Dongjoon Hyun <dhyun@apple.com> (cherry picked from commit c040824) Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
What changes were proposed in this pull request?
Add zstandard as a candidate to fix the desc of spark.sql.avro.compression.codec
Why are the changes needed?
docfix
Does this PR introduce any user-facing change?
no
How was this patch tested?
doc build
Was this patch authored or co-authored using generative AI tooling?
no