snuyanzin commented on code in PR #23885:
URL: https://github.com/apache/flink/pull/23885#discussion_r1417994612


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/api/EnvironmentTest.java:
##########
@@ -66,7 +66,7 @@ void testPassingExecutionParameters() {
 
         // trigger translation
         Table table = tEnv.sqlQuery("SELECT * FROM test");
-        tEnv.toAppendStream(table, Row.class);
+        tEnv.toDataStream(table, Row.class);

Review Comment:
   yes, makes sense
   thanks



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to