wangxlong commented on a change in pull request #10714: [FLINK-15409]Add 
semicolon after WindowJoinUtil#generateJoinFunction 
'$collectorTerm.collect($joinedRow)' statement
URL: https://github.com/apache/flink/pull/10714#discussion_r362171165
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/utils/WindowJoinUtil.scala
 ##########
 @@ -127,7 +127,7 @@ object WindowJoinUtil {
       case None =>
         s"""
            |$buildJoinedRow
-           |$collectorTerm.collect($joinedRow)
+           |$collectorTerm.collect($joinedRow);
 
 Review comment:
   Thank you @wuchong, I know what you mean, I have deleted unnecessary test.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to