danny0405 commented on code in PR #13659:
URL: https://github.com/apache/hudi/pull/13659#discussion_r2245463958
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestStreamingSource.scala:
##########
@@ -348,6 +348,7 @@ class TestStreamingSource extends StreamTest {
.format("org.apache.hudi")
.options(commonOptions)
.option(TBL_NAME.key, getTableName(inputPath))
+ .option(HoodieCompactionConfig.PARQUET_SMALL_FILE_LIMIT.key, "0")
Review Comment:
is this option related with the case?
--
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]