[
https://issues.apache.org/jira/browse/HIVE-26756?focusedWorklogId=828352&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-828352
]
ASF GitHub Bot logged work on HIVE-26756:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Nov/22 12:37
Start Date: 23/Nov/22 12:37
Worklog Time Spent: 10m
Work Description: ayushtkn commented on code in PR #3778:
URL: https://github.com/apache/hive/pull/3778#discussion_r1030390768
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java:
##########
@@ -2698,6 +2699,13 @@ public Table getTable(GetTableRequest getTableRequest)
throws MetaException, TEx
}
}
+ private void extractTablePropertiesFromHook(Table t) throws MetaException {
Review Comment:
Renamed
Issue Time Tracking
-------------------
Worklog Id: (was: 828352)
Time Spent: 1h 20m (was: 1h 10m)
> Iceberg: Fetch format version from metadata file to avoid conflicts with spark
> ------------------------------------------------------------------------------
>
> Key: HIVE-26756
> URL: https://issues.apache.org/jira/browse/HIVE-26756
> Project: Hive
> Issue Type: Bug
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> Spark & other engines don't set the format version for iceberg table in the
> HMS properties, which leads to misinterpretation of iceberg format & lead to
> wrong query results.
> Propose to extract the format version from the metadata file always rather
> than relying on the HMS properties.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)