Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.2.4, Impala 2.3.0
-
None
Description
In the following sequence, I expect the stats for partition 333 to be computed, but they are not:
- In Impala: create table T (x int) paritioned by (y int)
- In Impala: insert into table T partition (y=42) values (2)
- In Hive: alter table T add partition (y=333)
- In Impala: compute incremental stats T
- In Impala: show table stats T
Attachments
Issue Links
- duplicates
-
IMPALA-10203 Avoid unnecessarily loading metadata for compute stats DDL
- Open