linliu-code commented on code in PR #13008: URL: https://github.com/apache/hudi/pull/13008#discussion_r2006774236
########## hudi-client/hudi-java-client/src/test/java/org/apache/hudi/hadoop/TestHoodieFileGroupReaderOnHive.java: ########## @@ -199,6 +201,12 @@ public void commitToTable(List<HoodieRecord> recordList, String operation, Map<S } } + @ParameterizedTest Review Comment: Override to skip since 1. Hive does not support fg reader based compaction; 2. The "commitToTable" function disables compaction. So no need to take the trouble to enable it now. -- 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