hequn8128 commented on a change in pull request #11650: [FLINK-16687][python] 
Support Python UDF in Java Correlate
URL: https://github.com/apache/flink/pull/11650#discussion_r406107978
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/rules/logical/PythonCorrelateSplitRule.java
 ##########
 @@ -60,7 +60,7 @@ private FlinkLogicalTableFunctionScan createNewScan(
                FlinkLogicalTableFunctionScan scan,
                ScalarFunctionSplitter splitter) {
                RexCall rightRexCall = (RexCall) scan.getCall();
-               // extract java funcs.
+               // extract Java funcs of Python TableFunction or Python funcs 
of Java TableFunction.
 
 Review comment:
   `extract Java funcs from Python TableFunction or Python funcs from Java 
TableFunction.`

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