[
https://issues.apache.org/jira/browse/HIVE-27421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sourabh Badhya updated HIVE-27421:
----------------------------------
Description:
Non-native table formats like Iceberg has the capability to store column stats
in its own format (for Iceberg: Its stored in Puffin files).
However, these stats are stored in metastore as well after setting the column
stats in its own format. We must avoid setting column stats in 2 places and
must set only in a single place.
was:
Non-native table formats like Iceberg has the capability to store stats in its
own format (for Iceberg: Its stored in Puffin files).
However, these stats are stored in metastore as well after setting the stats in
its own format. We must avoid setting stats in 2 places and must set only in a
single place.
> Do not set column stats in metastore when non-native table can store column
> stats in its own format
> ---------------------------------------------------------------------------------------------------
>
> Key: HIVE-27421
> URL: https://issues.apache.org/jira/browse/HIVE-27421
> Project: Hive
> Issue Type: Bug
> Reporter: Sourabh Badhya
> Assignee: Sourabh Badhya
> Priority: Major
> Labels: pull-request-available
>
> Non-native table formats like Iceberg has the capability to store column
> stats in its own format (for Iceberg: Its stored in Puffin files).
> However, these stats are stored in metastore as well after setting the column
> stats in its own format. We must avoid setting column stats in 2 places and
> must set only in a single place.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)