danny0405 commented on a change in pull request #13577:
URL: https://github.com/apache/flink/pull/13577#discussion_r505293915



##########
File path: 
flink-table/flink-table-planner-blink/src/test/java/org/apache/flink/table/planner/runtime/stream/sql/FunctionITCase.java
##########
@@ -768,7 +768,8 @@ public void testRowTableFunction() throws Exception {
 
                tEnv().createTemporarySystemFunction("RowTableFunction", 
RowTableFunction.class);
                tEnv().executeSql(
-                               "INSERT INTO SinkTable SELECT t.s, t.sa FROM 
SourceTable, LATERAL TABLE(RowTableFunction(s)) t")
+                               "INSERT INTO SinkTable SELECT t.s, t.sa FROM 
SourceTable source, "

Review comment:
       Yes, the same column name `s` has ambiguity now.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to