JingGe commented on a change in pull request #17888:
URL: https://github.com/apache/flink/pull/17888#discussion_r755237499
##########
File path:
flink-connectors/flink-connector-hbase-2.2/src/test/java/org/apache/flink/connector/hbase2/HBaseConnectorITCase.java
##########
@@ -329,9 +362,13 @@ public void testTableSourceSinkWithDDL() throws Exception {
+ " FROM "
+ TEST_TABLE_3
+ " AS h";
- Iterator<Row> collected = tEnv.executeSql(query).collect();
+
+ TableResult tableResult3 = tEnv.executeSql(query);
Review comment:
3 is used because of TEST_TABLE_3 has been used.
--
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]