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

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


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new d22182e  [SPARK-34479][SQL][DOC][FOLLOWUP] Add zstandard to avro 
supported codecs
d22182e is described below

commit d22182e474223e95ceb8edf7b45658b9413531ff
Author: Liang-Chi Hsieh <vii...@gmail.com>
AuthorDate: Wed Sep 8 23:21:23 2021 -0700

    [SPARK-34479][SQL][DOC][FOLLOWUP] Add zstandard to avro supported codecs
    
    ### What changes were proposed in this pull request?
    
    Adding `zstandard` to avro supported codecs.
    
    ### Why are the changes needed?
    
    To improve the document.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Doc only.
    
    Closes #33943 from viirya/minor-doc.
    
    Authored-by: Liang-Chi Hsieh <vii...@gmail.com>
    Signed-off-by: Liang-Chi Hsieh <vii...@gmail.com>
    (cherry picked from commit 647ffe655f0ce1fb309f3409dfc782c552cc800c)
    Signed-off-by: Liang-Chi Hsieh <vii...@gmail.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 94dd7e1..a26d56f 100644
--- a/docs/sql-data-sources-avro.md
+++ b/docs/sql-data-sources-avro.md
@@ -271,7 +271,7 @@ Data source options of Avro can be set via:
     <td><code>compression</code></td>
     <td>snappy</td>
     <td>The <code>compression</code> option allows to specify a compression 
codec used in write.<br>
-  Currently supported codecs are <code>uncompressed</code>, 
<code>snappy</code>, <code>deflate</code>, <code>bzip2</code> and 
<code>xz</code>.<br> If the option is not set, the configuration 
<code>spark.sql.avro.compression.codec</code> config is taken into account.</td>
+  Currently supported codecs are <code>uncompressed</code>, 
<code>snappy</code>, <code>deflate</code>, <code>bzip2</code>, <code>xz</code> 
and <code>zstandard</code>.<br> If the option is not set, the configuration 
<code>spark.sql.avro.compression.codec</code> config is taken into account.</td>
     <td>write</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