Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
1.35.0
-
None
-
None
Description
SQL
select rmp.i from emp, table(ramp(emp.deptno)) as rmp
will throw an error:
Table 'EMP' not found
during the validation.
this SQL fails because the scope of the table function during the validation is CatalogScope, not JoinScope.
Attachments
Issue Links
- relates to
-
CALCITE-1309 Support LATERAL TABLE
- Closed