[
https://issues.apache.org/jira/browse/IMPALA-15133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18102802#comment-18102802
]
Steve Carlin commented on IMPALA-15133:
---------------------------------------
An example:
explain select a.c_customer_id, b.c_customer_id, c.c_customer_id
from tpcds_parquet.customer a join
tpcds_parquet.customer b on (a.c_customer_id = b.c_customer_id)
join [SHUFFLE]
tpcds_parquet.customer c on (c.c_customer_id = b.c_customer_id)
limit 10;
> Calcite planner catch-all epic
> ------------------------------
>
> Key: IMPALA-15133
> URL: https://issues.apache.org/jira/browse/IMPALA-15133
> Project: IMPALA
> Issue Type: Epic
> Reporter: Steve Carlin
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]