danny0405 commented on code in PR #12132:
URL: https://github.com/apache/hudi/pull/12132#discussion_r1814090420
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -507,6 +508,61 @@ void testStreamReadWithDeletes() throws Exception {
assertRowsEquals(result, expected, true);
}
+ @ParameterizedTest
+ @MethodSource("executionModeAndTableTypeParams")
+ void testReadWithPartitionStatsPrune(ExecMode execMode, HoodieTableType
tableType) throws Exception {
Review Comment:
instead of execution mode, can we test the combination of
hiveStylePartitioning and table type.
prune -> pruning
--
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]