Description
HIVE-15003 added support for additional types for col stats. However, it treats timestamp as DateColumnStatsData whereas when we read the timestamp stats, we read as LongColumnStatsData (https://github.com/apache/hive/blob/master/metastore/src/java/org/apache/hadoop/hive/metastore/StatObjectConverter.java#L229). We should make it consistent with original hive behavior
Attachments
Attachments
Issue Links
- relates to
-
HIVE-16579 CachedStore: improvements to partition col stats caching and cache column stats for unpartitioned table
- Closed