linliu-code commented on code in PR #9564:
URL: https://github.com/apache/hudi/pull/9564#discussion_r1339593212
##########
pom.xml:
##########
@@ -2173,6 +2173,25 @@
<skip.hudi-spark3.unit.tests>true</skip.hudi-spark3.unit.tests>
<skipITs>true</skipITs>
</properties>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <excludes>
Review Comment:
Parquet library version before 1.12.2 does not support column index, e.g.,
bloom filter, even RowGroup does not exist in these versions. Therefore, the
metadata loader des not work for these < 1.12.2 versions; so I excluded these
lookup classes.
--
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]