Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.33.0
Description
The query
SELECT '' as \"xxx\", * FROM (values (1, 4, 'one')) as t1(i ,j ,t ) LEFT JOIN (values (1, -1)) as t2(i ,k ) USING (i)
returns columns (xxx, i, j, i0),
but should return columns (xxx, i, j, t, k)
Attachments
Issue Links
- is related to
-
CALCITE-2227 "SELECT *" in a NATURAL JOIN and JOIN USING query should output join columns only once
- Closed
- links to