danny0405 commented on a change in pull request #4911:
URL: https://github.com/apache/hudi/pull/4911#discussion_r817302591
##########
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:
What's the purpose of setting these options ?
--
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]