[
https://issues.apache.org/jira/browse/HIVE-25961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HIVE-25961:
----------------------------------
Labels: pull-request-available (was: )
> Altering partition specification parameters for Iceberg tables are not working
> ------------------------------------------------------------------------------
>
> Key: HIVE-25961
> URL: https://issues.apache.org/jira/browse/HIVE-25961
> Project: Hive
> Issue Type: Improvement
> Reporter: Peter Vary
> Assignee: Peter Vary
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Altering the length of the truncate does not work:
> {code}
> create database ice_test;
> create table ice_test.ice_t (s string, i int, j int) partitioned by spec
> (truncate(1, s)) stored by iceberg;
> alter table ice_test.ice_t set partition spec(truncate(2, s));
> describe ice_test.ice_t;
> {code}
> Maybe we need to update the IcebergTableUtil.updateSpec to fix this issue
--
This message was sent by Atlassian Jira
(v8.20.1#820001)