davidradl commented on code in PR #27395:
URL: https://github.com/apache/flink/pull/27395#discussion_r2681481248
##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/rules/FlinkBatchRuleSets.scala:
##########
@@ -378,6 +378,17 @@ object FlinkBatchRuleSets {
PythonCalcSplitRule.REWRITE_PROJECT,
PythonMapRenameRule.INSTANCE,
PythonMapMergeRule.INSTANCE,
+ // Splits Python calc which contains Python async scalar functions and
other Python functions
Review Comment:
For my understanding : why do we need Python specific rules? What in the
existing rules does not work for Python?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]