trushev commented on code in PR #7641:
URL: https://github.com/apache/hudi/pull/7641#discussion_r1066698995


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -1753,4 +1756,27 @@ private List<Row> execSelectSql(TableEnvironment tEnv, 
String select, String sin
         .flatMap(Collection::stream)
         .collect(Collectors.toList());
   }
+
+  private Row row(Object... args) {
+    return Row.of(args);
+  }

Review Comment:
   Moved to `TestData`



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