hequn8128 commented on a change in pull request #11242: 
[FLINK-16007][table-planner][table-planner-blink][python] Add 
PythonCorrelateSplitRule to push down the Java Calls contained in Python 
Correlate node
URL: https://github.com/apache/flink/pull/11242#discussion_r385990328
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/rules/FlinkBatchRuleSets.scala
 ##########
 @@ -362,6 +362,8 @@ object FlinkBatchRuleSets {
     // Rule that splits python ScalarFunctions from
     // java/scala ScalarFunctions in correlate conditions
     SplitPythonConditionFromCorrelateRule.INSTANCE,
+    // Rule that splits java calls from python TableFunction
+    PythonCorrelateSplitRule.INSTANCE,
 
 Review comment:
   We haven't supported python udtf for blink planner under batch mode.

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