Description
This is a follow up for SPARK-34382. Currently the keyword LATERAL can be used in front of a `relationPrimary`, which consists of more than just subqueries, for example:
select * from t1, lateral t2
Such syntax is not allowed in Postgres. LATERAL should only be used in front of a subquery.
Attachments
Issue Links
- is a child of
-
SPARK-34382 ANSI SQL: LATERAL derived table(T491)
- Resolved
- links to