cshuo commented on code in PR #12995:
URL: https://github.com/apache/hudi/pull/12995#discussion_r2004618365
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -2266,7 +2266,7 @@ void testDynamicPartitionPrune(HoodieTableType tableType,
boolean hiveStyleParti
// write second commit
TestData.writeData(TestData.DATA_SET_INSERT_SEPARATE_PARTITION, conf);
// stop the streaming query and get data
- List<Row> actualResult = fetchResult(streamTableEnv, tableResult, 10);
+ List<Row> actualResult = fetchResult(streamTableEnv, tableResult, 60);
Review Comment:
I know, this is for just testing whether it's really failing because of
timeout.
Now another failure test case arose:
ITTestDataStreamWrite#testWriteMergeOnReadWithCompaction, need some deep diving.
--
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]