zzwqqq commented on code in PR #4748:
URL: https://github.com/apache/calcite/pull/4748#discussion_r2702473602
##########
core/src/test/resources/sql/sub-query.iq:
##########
@@ -7649,4 +7649,90 @@ EnumerableCalc(expr#0..7=[{inputs}], EMPNO=[$t0])
!ok
+# [CALCITE-7378] Potential incorrect column attribution in RelToSqlConverter
due to implicit table alias handling
+!use blank
Review Comment:
I'm trying to them, but I get error at RelFieldTrimmer.java:1548. Then I
find there is LEFT_MARK join in the query and the comment in CoreQuidemTest2
> // TODO: The following files involves UNNEST and LEFT_MARK JOIN
Maybe I can keep the cases in sub-query.iq?
--
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]