nsivabalan commented on code in PR #7720:
URL: https://github.com/apache/hudi/pull/7720#discussion_r1083165130


##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/TestHoodieDeltaStreamerWithMultiWriter.java:
##########
@@ -82,6 +83,7 @@ void 
testUpsertsContinuousModeWithMultipleWritersForConflicts(HoodieTableType ta
     tableBasePath = basePath + "/testtable_" + tableType;
     prepareInitialConfigs(fs(), basePath, "foo");
     TypedProperties props = prepareMultiWriterProps(fs(), basePath, 
propsFilePath);
+    props.setProperty(HoodieCompactionConfig.PARQUET_SMALL_FILE_LIMIT.key(), 
"0");

Review Comment:
   yes, I did not want to boil the ocean just yet. so just focussing on most 
frequently failing tests. will file a jira to track other similar tests. 
https://issues.apache.org/jira/browse/HUDI-5595
   



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