This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new b5cbe1fcdb4 [SPARK-46286][DOCS] Document 
`spark.io.compression.zstd.bufferPool.enabled`
b5cbe1fcdb4 is described below

commit b5cbe1fcdb464fc064ffb5fbef3edfa408d6638f
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`
    
    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 <y...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit 6b6980de451e655ef4b9f63d502b73c09a513d4c)
    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 248f9333c9a..f79406c5b6d 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1752,6 +1752,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: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to