-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.11.0
-
Fix Version/s: 1.12.0
-
Component/s: None
-
Labels:None
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?
- relates to
-
CALCITE-2977 Exception is not thrown out when there are ambiguous field in select list
-
- Closed
-