Description
Optiq explicitly disallows this:
select x, x from t1
This is allowed in Hive (and also in mysql). Will check in Postgres. For now bailing from Optiq planning if we see this. Will file an Optiq issue.
Attachments
Attachments
Issue Links
- is a clone of
-
HIVE-8145 CBO: bail from Optiq planning if a Select list contains multiple references to the same name
- Closed
- links to