Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
auto_join17.q include a self-join
explain FROM src src1 JOIN src src2 ON (src1.key = src2.key) INSERT OVERWRITE TABLE dest1 SELECT src1.*, src2.*
in the output, we have both of the join branch to be
TableScan alias: src1
it is better if we have src1 and src2.
Attachments
Issue Links
- is related to
-
HIVE-11614 CBO: Calcite Operator To Hive Operator (Calcite Return Path): ctas after order by has problem
- Resolved