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 b27d169c85e9 [MINOR][DOCS] Add zstandard as a candidate to fix the 
desc of spark.sql.avro.compression.codec
b27d169c85e9 is described below

commit b27d169c85e99ceffb20a6df8d10340749ab2129
Author: Kent Yao <y...@apache.org>
AuthorDate: Thu Jan 18 08:19:52 2024 -0800

    [MINOR][DOCS] Add zstandard as a candidate to fix the desc of 
spark.sql.avro.compression.codec
    
    ### What changes were proposed in this pull request?
    
    Add zstandard as a candidate to fix the desc of 
spark.sql.avro.compression.codec
    
    ### Why are the changes needed?
    
    docfix
    
    ### 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 #44783 from yaooqinn/avro_minor.
    
    Authored-by: Kent Yao <y...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
    (cherry picked from commit c040824fd75c955dbc8e5712bc473a0ddb9a8c0f)
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 docs/sql-data-sources-avro.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/sql-data-sources-avro.md b/docs/sql-data-sources-avro.md
index c846116ebf3e..1da75e5d7b17 100644
--- a/docs/sql-data-sources-avro.md
+++ b/docs/sql-data-sources-avro.md
@@ -348,7 +348,7 @@ Configuration of Avro can be done using the `setConf` 
method on SparkSession or
     <td>snappy</td>
     <td>
       Compression codec used in writing of AVRO files. Supported codecs: 
uncompressed, deflate,
-      snappy, bzip2 and xz. Default codec is snappy.
+      snappy, bzip2, xz and zstandard. Default codec is snappy.
     </td>
     <td>2.4.0</td>
   </tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to