Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Currently:
hive> analyze table fact_table partition(event_date) compute statistics for columns ...;
FAILED: SemanticException [Error 30008]: Dynamic partitioning is not supported yet while gathering column statistics through ANALYZE statement
Add functionality that removes this restriction and allows gathering column statistics on all partitions of a table using dynamic partitioning;
Attachments
Issue Links
- duplicates
-
HIVE-7255 Allow partial partition spec in analyze command
- Closed