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 <y...@apache.org>
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 <y...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 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: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to