Peter Vary created HIVE-25961:
---------------------------------
Summary: 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
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)