Skip to content

Commit 84c9727

Browse files
CarterFendleydongjoon-hyun
authored andcommitted
[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 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent aea5836 commit 84c9727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/main/python/parquet_inputformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Read data file users.parquet in local Spark distro:
2020
2121
$ cd $SPARK_HOME
22-
$ export AVRO_PARQUET_JARS=/path/to/parquet-avro-1.5.0.jar
22+
$ export AVRO_PARQUET_JARS=/path/to/parquet-avro-1.15.1.jar
2323
$ ./bin/spark-submit --driver-class-path /path/to/example/jar \\
2424
--jars $AVRO_PARQUET_JARS \\
2525
./examples/src/main/python/parquet_inputformat.py \\

0 commit comments

Comments
 (0)