[
https://issues.apache.org/jira/browse/IMPALA-4105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17951624#comment-17951624
]
Quanlong Huang commented on IMPALA-4105:
----------------------------------------
Prioritize this. Too many partition level refreshes on the same table is a more
severe problem in local catalog mode since the catalog version changes
frequently on the table. getPartialCatalogObject requests from coordinators
might see inconsistent metadata due to this and coordinators have to retry,
which adds into the query planning time.
> 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: Amos Bird
> 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]