codope commented on code in PR #5250:
URL: https://github.com/apache/hudi/pull/5250#discussion_r845064810
##########
packaging/hudi-hadoop-mr-bundle/pom.xml:
##########
@@ -29,6 +29,7 @@
<properties>
<checkstyle.skip>true</checkstyle.skip>
<main.basedir>${project.parent.basedir}</main.basedir>
+ <parquet.version>${hive.parquet.version}</parquet.version>
Review Comment:
For spark3.2, parquet version 1.12 is a must.
@RexXiong Can you run `mvn dependency:tree` for all the above modules with
this change and confirm the versions of parquet-avro in each of them? Our goal
is to be as consistent as possible. perhaps, we could create a separate profile
for hive?
--
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]