xiedeyantu commented on code in PR #4770:
URL: https://github.com/apache/calcite/pull/4770#discussion_r2725546016
##########
core/src/test/resources/sql/new-decorr.iq:
##########
@@ -205,4 +205,15 @@ EnumerableCalc(expr#0..3=[{inputs}], DEPTNO=[$t0],
EXPR$0=[$t2])
!plan
!}
+# [CALCITE-7397] TopDownGeneralDecorrelator can cause nullable property
mismatches
Review Comment:
Thank you for pointing out the root cause, which is more correct than my
logic for calling convert later. I tried modifying it according to your
suggestion, and I'll see if it meets your requirements.
--
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]