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

Quanlong Huang commented on IMPALA-4105:
----------------------------------------

Thank [~amosbird]!

It seems supporting multiple partition specs in the same command is a low 
haning fruit so we don't need to evaluate the partition predicates in catalogd 
side.
{code:sql}
REFRESH tabA
  PARTITION (...)
  PARTITION (...)
  PARTITION (...)
  ...{code}
Filed IMPALA-14089 as a sub-task for this and uploaded a patch for review: 
https://gerrit.cloudera.org/c/22938/

> General partition exprs in REFRESH statements.
> ----------------------------------------------
>
>                 Key: IMPALA-4105
>                 URL: https://issues.apache.org/jira/browse/IMPALA-4105
>             Project: IMPALA
>          Issue Type: New Feature
>          Components: Frontend
>    Affects Versions: Impala 2.8.0
>            Reporter: Alexander Behm
>            Assignee: Quanlong Huang
>            Priority: Critical
>              Labels: ramp-up
>
> IMPALA-1654 added support general partition exprs in most DDL operations.
> We should also support general partition exprs for REFRESH statements.
> Example:
> {code}
> REFRESH mytable PARTITION(year > 2015)
> {code}



--
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