This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 6b6980de451 [SPARK-46286][DOCS] Document
`spark.io.compression.zstd.bufferPool.enabled`
6b6980de451 is described below
commit 6b6980de451e655ef4b9f63d502b73c09a513d4c
Author: Kent Yao <[email protected]>
AuthorDate: Wed Dec 6 10:46:31 2023 -0800
[SPARK-46286][DOCS] Document `spark.io.compression.zstd.bufferPool.enabled`
### What changes were proposed in this pull request?
This PR adds spark.io.compression.zstd.bufferPool.enabled to documentation
### Why are the changes needed?
- Missing docs
- https://github.com/apache/spark/pull/31502#issuecomment-774792276
potential regression
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
doc build
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #44207 from yaooqinn/SPARK-46286.
Authored-by: Kent Yao <[email protected]>
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 2ad07cf59f7..f261e3b2deb 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1760,6 +1760,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.io.compression.zstd.workers</code></td>
<td>0</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]