-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2.0-incubating
-
Component/s: None
-
Labels:None
Calcite cannot find table alias when resolving the ORDER BY clause of a WITH query. Example:
with e as (select * from emp) select * from e as e1 order by e1.empno
throws
Table 'E1' not found
- is related to
-
CALCITE-309 WITH ... ORDER BY query gives AssertionError
-
- Closed
-