suibianwanwank commented on code in PR #4375:
URL: https://github.com/apache/calcite/pull/4375#discussion_r2157966113
##########
core/src/test/resources/sql/scalar.iq:
##########
@@ -301,6 +301,7 @@ from (values (1), (3)) t1(id);
!ok
+!if (false) {
Review Comment:
@mihaibudiu I merged main and squashed the commits. Unfortunately, this test
failed.
Before this PR, Value couldn't be decorrelated, but I believe this issue is
unrelated to the current PR because replacing Value with a table would still
trigger the same error. Additionally, I'm confident this issue can be fixed by
[CALCITE-7045], and I'll start working on it after this PR is merged.
--
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]