Description
select x.c1 from (select * from t1) as x inner join (select * from t1) as y on x.c1 = y.c1
The current Parser is unable to parse it.
Attachments
Issue Links
- blocks
-
SPARK-12720 SQL generation support for cube, rollup, and grouping set
- Resolved