apache / orc

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

ORC-1612: Document available encodings at `orc.compress` #1788

Closed cxzl25 closed 7 months ago

cxzl25 commented 7 months ago

What changes were proposed in this pull request?

Added documentation about optional compression encoding enum values ​​for orc.compress.

Why are the changes needed?

Currently ORC has a wealth of optional encoders, but they are not documented in the documentation.

How was this patch tested?

GA

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

No

deshanxiao commented 7 months ago

Hi @cxzl25 could you update the hive config at the same time?

https://github.com/apache/orc/blob/428434071f5f6cfa3cef114d997688a677993a26/site/_docs/hive-config.md?plain=1#L117

cxzl25 commented 7 months ago

could you update the hive config at the same time?

Because both Spark and Hive have not yet used the latest version of ORC, there is no need to update the documents in hive-config.md and spark-config.md for the time being.