danny0405 commented on code in PR #7903:
URL: https://github.com/apache/hudi/pull/7903#discussion_r1101181519


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/source/TestIncrementalInputSplits.java:
##########
@@ -57,6 +64,7 @@ void testFilterInstantsWithRange() {
         .conf(conf)
         .path(new Path(basePath))
         .rowType(TestConfigurations.ROW_TYPE)
+        .skipClustering(true)

Review Comment:
   We can config the `skip_xxx` with the option value from the configuration, 
just like what we do for streaming read.



-- 
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]

Reply via email to