snuyanzin commented on code in PR #28316:
URL: https://github.com/apache/flink/pull/28316#discussion_r3488040932
##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/ExprCodeGenerator.scala:
##########
@@ -1026,4 +1026,9 @@ class ExprCodeGenerator(
ShortcutUtils.isDeterministicThroughProgram(
node,
CodeGenUtils.getExprsFromProgramOrNull(rexProgram))
+
+ override def visitNodeAndFieldIndex(
Review Comment:
in Calcite 1.41.0 there was started activity about implementation of DPhyp
algorithm for decorrelation. However significant part and fixes appeared in
1.42.0
May be need to add support in Flink after upgrade to 1.42.
https://issues.apache.org/jira/browse/CALCITE-7029
--
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]