codope commented on code in PR #5250: URL: https://github.com/apache/hudi/pull/5250#discussion_r845061214
########## 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: As discussed with @xushiyan this will make the packaging inconsistent. With this change, 1. `hudi-hadoop-mr` will have parquet-avro version 1.12 2. `hudi-hadoop-mr-bundle` will have version 1.10 3. `hudi-spark3-bundle` will have version 1.12 if all of them are in the classpath, there could be conflict. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org