You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Peter Vary (Jira)" <ji...@apache.org> on 2022/02/16 11:15:00 UTC

[jira] [Assigned] (HIVE-25961) Altering partition specification parameters for Iceberg tables are not working

     [ https://issues.apache.org/jira/browse/HIVE-25961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Vary reassigned HIVE-25961:
---------------------------------


> 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
>
> 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)