Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.0
-
None
-
None
Description
When I use calcite, I found follow sql can convert to a RelNode correctly.
SELECT id AS t1, name AS t1 FROM T ORDER BY t1
The column name t1 for ORDER BY is ambiguous, should check at validation?
Attachments
Issue Links
- relates to
-
CALCITE-2977 Exception is not thrown out when there are ambiguous field in select list
- Closed