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-1563: Fix `orc.bloom.filter.fpp` default value and `orc.compress` notes of Spark and Hive config docs #1709

Closed cxzl25 closed 10 months ago

cxzl25 commented 10 months ago

What changes were proposed in this pull request?

  1. Add orc.compress enumeration value description
    • LZO, LZ4 (ORC-77) since ORC 1.2
    • ZSTD (ORC-363) since ORC 1.6
  2. Fix orc.bloom.filter.fpp default value (ORC-1338) since ORC 1.8.2

Why are the changes needed?

The document is out of date.

How was this patch tested?

local check

dongjoon-hyun commented 10 months ago

For ORC-1563, we can backport this to branch-1.8 because ORC-1338 is Apache ORC 1.8.2, @cxzl25 .

dongjoon-hyun commented 10 months ago

Merged to main/1.9/1.8.

I also published the fixed doc to the webpage, @cxzl25 .