Thomas Rebele created HIVE-29554:
------------------------------------
Summary: Refactor MTableColumnStatistics and
MPartitionColumnStatistics to avoid code duplication
Key: HIVE-29554
URL: https://issues.apache.org/jira/browse/HIVE-29554
Project: Hive
Issue Type: Task
Reporter: Thomas Rebele
Moving the common parts to a class/interface MColumnStatistics would reduce
code duplication. Some methods that use these two classes could be combined,
e.g.,
* StatObjectConverter#getTableColumnStatisticsObj
* StatObjectConverter#getPartitionColumnStatisticsObj
and
* StatObjectConverter#convertToMTableColumnStatistics
* StatObjectConverter#convertToMPartitionColumnStatistics
--
This message was sent by Atlassian Jira
(v8.20.10#820010)