This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e5a6c554d ORC-1563: Fix `orc.bloom.filter.fpp` default value and
`orc.compress` notes of Spark and Hive config docs
e5a6c554d is described below
commit e5a6c554dbedbd8b2d4c017c1be816226697a10e
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Dec 27 11:29:09 2023 -0800
ORC-1563: Fix `orc.bloom.filter.fpp` default value and `orc.compress` notes
of Spark and Hive config docs
---
docs/hive-config.html | 4 ++--
docs/spark-config.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/hive-config.html b/docs/hive-config.html
index 6dbe56cc7..ce4b0fbb1 100644
--- a/docs/hive-config.html
+++ b/docs/hive-config.html
@@ -934,7 +934,7 @@ with the same options.</p>
<tr>
<td style="text-align: left">orc.compress</td>
<td style="text-align: left">ZLIB</td>
- <td style="text-align: left">high level compression = {NONE, ZLIB,
SNAPPY}</td>
+ <td style="text-align: left">high level compression = {NONE, ZLIB,
SNAPPY, LZO, LZ4, ZSTD}</td>
</tr>
<tr>
<td style="text-align: left">orc.compress.size</td>
@@ -963,7 +963,7 @@ with the same options.</p>
</tr>
<tr>
<td style="text-align: left">orc.bloom.filter.fpp</td>
- <td style="text-align: left">0.05</td>
+ <td style="text-align: left">0.01</td>
<td style="text-align: left">bloom filter false positive rate</td>
</tr>
</tbody>
diff --git a/docs/spark-config.html b/docs/spark-config.html
index 0b4f18a87..d1a289e80 100644
--- a/docs/spark-config.html
+++ b/docs/spark-config.html
@@ -934,7 +934,7 @@ with the same options.</p>
<tr>
<td style="text-align: left">orc.compress</td>
<td style="text-align: left">ZLIB</td>
- <td style="text-align: left">high level compression = {NONE, ZLIB,
SNAPPY, ZSTD}</td>
+ <td style="text-align: left">high level compression = {NONE, ZLIB,
SNAPPY, LZO, LZ4, ZSTD}</td>
</tr>
<tr>
<td style="text-align: left">orc.compress.size</td>
@@ -963,7 +963,7 @@ with the same options.</p>
</tr>
<tr>
<td style="text-align: left">orc.bloom.filter.fpp</td>
- <td style="text-align: left">0.05</td>
+ <td style="text-align: left">0.01</td>
<td style="text-align: left">bloom filter false positive rate</td>
</tr>
<tr>