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

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


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

commit 93fef098a0d5d6c95205a46ebf9c959e325c9d7e
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 198a6dd4b2b..6bd49f398d9 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1727,6 +1727,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