[
https://issues.apache.org/jira/browse/HIVE-25961?focusedWorklogId=728719&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-728719
]
ASF GitHub Bot logged work on HIVE-25961:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Feb/22 06:28
Start Date: 17/Feb/22 06:28
Worklog Time Spent: 10m
Work Description: pvary merged pull request #3035:
URL: https://github.com/apache/hive/pull/3035
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 728719)
Time Spent: 20m (was: 10m)
> 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: 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)