yihua commented on code in PR #13315:
URL: https://github.com/apache/hudi/pull/13315#discussion_r2101346038
##########
pom.xml:
##########
@@ -2489,7 +2489,7 @@
hudi-hadoop-mr, for ex). Since these Hudi modules might be
used from w/in the execution engine(s)
bringing these file-formats as dependencies as well, we
need to make sure that versions are
synchronized to avoid classpath ambiguity -->
- <parquet.version>1.12.2</parquet.version>
+ <parquet.version>1.15.1</parquet.version>
Review Comment:
Unfortunately this cannot be changed and the parquet version has to be
aligned with What Spark uses in each Spark version. Otherwise there can be
compatibility issues.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]