Greg Rahn created HIVE-4861: ------------------------------- Summary: add support for dynamic partitioning when gathering column statistics Key: HIVE-4861 URL: https://issues.apache.org/jira/browse/HIVE-4861 Project: Hive Issue Type: Improvement Reporter: Greg Rahn Fix For: 0.11.1
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; -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira