cuibo01 commented on a change in pull request #4911:
URL: https://github.com/apache/hudi/pull/4911#discussion_r817304805



##########
File path: 
hudi-flink/src/test/java/org/apache/hudi/table/TestHoodieTableSource.java
##########
@@ -64,6 +65,7 @@
   void beforeEach() throws Exception {
     final String path = tempFile.getAbsolutePath();
     conf = TestConfigurations.getDefaultConf(path);
+    conf.set(FlinkOptions.COMPACTION_MEMORY_SIZE, 
MemorySize.ofMebiBytes(1024));
     TestData.writeData(TestData.DATA_SET_INSERT, conf);

Review comment:
       The UT does not contain the Flink memory configuration.




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