[ 
https://issues.apache.org/jira/browse/IMPALA-14434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18054678#comment-18054678
 ] 

ASF subversion and git services commented on IMPALA-14434:
----------------------------------------------------------

Commit 37a8007df0366a8e81ca8ad0f85919c3ba78fba2 in impala's branch 
refs/heads/master from Steve Carlin
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=37a8007df ]

IMPALA-14434: Calcite planner: implement partition key scan optimization

Implemented the partition key scan optimization for Calcite planner

Most of the code was already in place. Just needed to refactor some
code in SingleNodePlanner to make it callable from Calcite and use
the already created isPartitionKeyScan method in ImpalaHdfsScanRel.

Testing was done by running the Impala e2e tests with the
use_calcite_planner flag set to true.

Change-Id: I7b5b8a8115f65f6be27a5be0e19f21eebab61a32
Reviewed-on: http://gerrit.cloudera.org:8080/23691
Reviewed-by: Joe McDonnell <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Steve Carlin <[email protected]>


> Calcite Planner: Implement Optimized Partition Scan feature
> -----------------------------------------------------------
>
>                 Key: IMPALA-14434
>                 URL: https://issues.apache.org/jira/browse/IMPALA-14434
>             Project: IMPALA
>          Issue Type: Sub-task
>            Reporter: Steve Carlin
>            Priority: Major
>
> Need to implement the logic to create a Union (Values) node when all the for 
> a table scan can be obtained via the partitions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to