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

srowen 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 4b8f0e57821 [SPARK-40709][DOCS] Supplement undocumented avro 
configurations in documentation
4b8f0e57821 is described below

commit 4b8f0e57821b4827bc72791120e6e039b926fbc8
Author: Qian.Sun <qian.sun2...@gmail.com>
AuthorDate: Sun Oct 9 10:10:37 2022 -0500

    [SPARK-40709][DOCS] Supplement undocumented avro configurations in 
documentation
    
    ### What changes were proposed in this pull request?
    
    This PR aims to supplement undocumented avro configurations in 
documentation.
    
    ### Why are the changes needed?
    
    Help users to confirm configuration through documentation instead of code.
    
    ### Does this PR introduce _any_ user-facing change?
    
    Yes, more configurations in documentation
    
    ### How was this patch tested?
    
    Pass the GA
    
    Closes #38156 from dcoliversun/SPARK-40709.
    
    Authored-by: Qian.Sun <qian.sun2...@gmail.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 docs/sql-data-sources-avro.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/sql-data-sources-avro.md b/docs/sql-data-sources-avro.md
index 4422baa4c29..c12617ea922 100644
--- a/docs/sql-data-sources-avro.md
+++ b/docs/sql-data-sources-avro.md
@@ -371,6 +371,14 @@ Configuration of Avro can be done using the `setConf` 
method on SparkSession or
     </td>
     <td>3.0.0</td>
   </tr>
+  <tr>
+    <td>spark.sql.avro.filterPushdown.enabled</td>
+    <td>true</td>
+    <td>
+      When true, enable filter pushdown to Avro datasource.
+    </td>
+    <td>3.1.0</td>
+  </tr>
 </table>
 
 ## Compatibility with Databricks spark-avro


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

Reply via email to