walterddr commented on a change in pull request #9056: [FLINK-13185] 
[sql-parser][table-planner] Bump Calcite dependency to 1.20.0 in sql parser & 
flink planner
URL: https://github.com/apache/flink/pull/9056#discussion_r303711467
 
 

 ##########
 File path: 
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/plan/nodes/CommonCorrelate.scala
 ##########
 @@ -46,7 +47,7 @@ trait CommonCorrelate {
     inputSchema: RowSchema,
     udtfTypeInfo: TypeInformation[Any],
     returnSchema: RowSchema,
-    joinType: SemiJoinType,
+    joinType: JoinRelType,
 
 Review comment:
   I notice that this change added a number of new warnings regarding that the 
new `ANIT` and `SEMI` joins are not handled in some of the switch case clause 
across the table planner. Are we planning to have a follow up JIRA to fix this? 

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