hequn8128 commented on a change in pull request #11299: 
[FLINK-16008][table-planner][table-planner-blink] Add rules to transpose the 
join condition of Python Correlate node
URL: https://github.com/apache/flink/pull/11299#discussion_r391693692
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/nodes/physical/stream/StreamExecPythonCorrelate.scala
 ##########
 @@ -51,6 +52,10 @@ class StreamExecPythonCorrelate(
     joinType)
   with CommonPythonCorrelate {
 
+  if (condition.isDefined) {
+    throw new TableException("Currently Python correlate does not support 
conditions in left join")
 
 Review comment:
   Put a full comma at the end of the sentence.

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


With regards,
Apache Git Services

Reply via email to