danny0405 commented on code in PR #13027:
URL: https://github.com/apache/hudi/pull/13027#discussion_r2013101456


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -2189,7 +2182,7 @@ void testReadMetaFields(HoodieTableType tableType, String 
queryType, int numInse
         .end();
     batchTableEnv.executeSql(readHoodieTableDDL);
 
-    List<Row> result = execSelectSql(batchTableEnv, "select * from t1", 
ExecMode.BATCH);
+    List<Row> result = execSelectSql(batchTableEnv, "select * from t1", 
ExecMode.BATCH, -1);

Review Comment:
   Can we add a seperate method for it and also a new collect sink specific for 
function of expected num rows.



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