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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new aff75f7c2e47 [MINOR][DOCS] Minor update to example
aff75f7c2e47 is described below

commit aff75f7c2e4704367ad47be0f41152bd673afb15
Author: carter.fendley <carter.fend...@gmail.com>
AuthorDate: Mon Apr 28 20:04:29 2025 -0700

    [MINOR][DOCS] Minor update to example
    
    ### What changes were proposed in this pull request?
    
    To recommend the latest bug fixed version.
    
    ### Why are the changes needed?
    
    Release Notes 
https://github.com/apache/parquet-java/releases/tag/apache-parquet-1.15.1
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass GHA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #50647 from CarterFendley/carter/minor-example-update.
    
    Authored-by: carter.fendley <carter.fend...@gmail.com>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit 84c972742fd48296fc4c51a3824a0def2ea072ae)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 examples/src/main/python/parquet_inputformat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/src/main/python/parquet_inputformat.py 
b/examples/src/main/python/parquet_inputformat.py
index f9933f1a78da..d2e22d0d43d9 100644
--- a/examples/src/main/python/parquet_inputformat.py
+++ b/examples/src/main/python/parquet_inputformat.py
@@ -19,7 +19,7 @@
 Read data file users.parquet in local Spark distro:
 
 $ cd $SPARK_HOME
-$ export AVRO_PARQUET_JARS=/path/to/parquet-avro-1.5.0.jar
+$ export AVRO_PARQUET_JARS=/path/to/parquet-avro-1.15.1.jar
 $ ./bin/spark-submit --driver-class-path /path/to/example/jar \\
         --jars $AVRO_PARQUET_JARS \\
         ./examples/src/main/python/parquet_inputformat.py \\


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

Reply via email to