[
https://issues.apache.org/jira/browse/HIVE-29413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ramit Gupta updated HIVE-29413:
-------------------------------
Description:
there are several occurrences of below code block:
{code:java}
partitionColumns = table.hasNonNativePartitionSupport() ?
table.getStorageHandler().getPartitionKeys(table) :
table.getPartCols();{code}
in [https://github.com/apache/hive/pull/6259] which need to be implemented
inside getPartCols() method of
ql/src/java/org/apache/hadoop/hive/ql/metadata/Table.java but avoided at that
time due to some issues caused by this change
so this needs to be implemented and handle any issues related to it
> Avoid code duplication by updating getPartCols method for iceberg tables
> ------------------------------------------------------------------------
>
> Key: HIVE-29413
> URL: https://issues.apache.org/jira/browse/HIVE-29413
> Project: Hive
> Issue Type: Improvement
> Reporter: Ramit Gupta
> Priority: Major
>
> there are several occurrences of below code block:
> {code:java}
> partitionColumns = table.hasNonNativePartitionSupport() ?
> table.getStorageHandler().getPartitionKeys(table) :
> table.getPartCols();{code}
> in [https://github.com/apache/hive/pull/6259] which need to be implemented
> inside getPartCols() method of
> ql/src/java/org/apache/hadoop/hive/ql/metadata/Table.java but avoided at that
> time due to some issues caused by this change
> so this needs to be implemented and handle any issues related to it
--
This message was sent by Atlassian Jira
(v8.20.10#820010)