Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.20.0
Description
In the following sql:
select t0 from (select 1 as t0, 2 as t0 from dept)
SqlValidatorImpl does not throw an exception for the ambiguous field "t0".
Attachments
Issue Links
- is related to
-
CALCITE-1535 Give error if ORDER BY clause references ambiguous column name
- Closed
- links to