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/17 06:31:00 UTC

[jira] [Resolved] (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 resolved HIVE-25961.
-------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed

> 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
>             Fix For: 4.0.0
>
>          Time Spent: 20m
>  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)