apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
689 stars 483 forks source link

ORC-1599: Add zstd compression level and windowlog in Java configuration documentation #1766

Closed cxzl25 closed 9 months ago

cxzl25 commented 9 months ago

What changes were proposed in this pull request?

Added documentation about orc.compression.zstd.level orc.compression.zstd.windowlog configuration. (ORC-817, ORC-1088 2.0.0)

Why are the changes needed?

How was this patch tested?

GA

Was this patch authored or co-authored using generative AI tooling?

No

cxzl25 commented 9 months ago

Please revise the PR title by adding Java Config

Done. Thanks @dongjoon-hyun .