This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 37d10ec3644 [SPARK-46286][DOCS] Document
`spark.io.compression.zstd.bufferPool.enabled`
37d10ec3644 is described below
commit 37d10ec3644d41396cd7378fdc3fe405b680203c
Author: Kent Yao <[email protected]>
AuthorDate: Wed Dec 6 10:46:31 2023 -0800
[SPARK-46286][DOCS] Document `spark.io.compression.zstd.bufferPool.enabled`
This PR adds spark.io.compression.zstd.bufferPool.enabled to documentation
- Missing docs
- https://github.com/apache/spark/pull/31502#issuecomment-774792276
potential regression
no
doc build
no
Closes #44207 from yaooqinn/SPARK-46286.
Authored-by: Kent Yao <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 6b6980de451e655ef4b9f63d502b73c09a513d4c)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/configuration.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/configuration.md b/docs/configuration.md
index b96defb2adb..2a205522989 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1545,6 +1545,14 @@ Apart from these, the following properties are also
available, and may be useful
</td>
<td>2.3.0</td>
</tr>
+<tr>
+ <td><code>spark.io.compression.zstd.bufferPool.enabled</code></td>
+ <td>true</td>
+ <td>
+ If true, enable buffer pool of ZSTD JNI library.
+ </td>
+ <td>3.2.0</td>
+</tr>
<tr>
<td><code>spark.kryo.classesToRegister</code></td>
<td>(none)</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]