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


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -492,8 +492,6 @@ void testBatchModeUpsertWithoutPartition(HoodieTableType 
tableType) {
     String hoodieTableDDL = sql("t1")
         .option(FlinkOptions.PATH, tempFile.getAbsolutePath())
         .option(FlinkOptions.TABLE_NAME, tableType.name())
-        .option("hoodie.parquet.small.file.limit", "0") // invalidate the 
small file strategy
-        .option("hoodie.parquet.max.file.size", "0")

Review Comment:
   Why removing the options ? And we should tweak the default env tasks as 4



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

Reply via email to