[
https://issues.apache.org/jira/browse/HIVE-25256?focusedWorklogId=622479&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-622479
]
ASF GitHub Bot logged work on HIVE-25256:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jul/21 12:26
Start Date: 14/Jul/21 12:26
Worklog Time Spent: 10m
Work Description: marton-bod commented on a change in pull request #2463:
URL: https://github.com/apache/hive/pull/2463#discussion_r669567104
##########
File path: hbase-handler/src/test/results/negative/hbase_ddl.q.out
##########
@@ -26,4 +26,4 @@ key int It is a column
key
value string It is the column string value
#### A masked pattern was here ####
-FAILED: SemanticException [Error 10134]: ALTER TABLE can only be used for
[ADDPROPS, DROPPROPS, ADDCOLS, REPLACE_COLUMNS, SETPARTITIONSPEC] to a
non-native table hbase_table_1
+FAILED: SemanticException [Error 10134]: ALTER TABLE can only be used for
[ADDPROPS, DROPPROPS, ADDCOLS] to a non-native table hbase_table_1
Review comment:
They get this SemanticException:
```
ALTER TABLE can only be used for [ADDPROPS, DROPPROPS, ADDCOLS] to a
non-native table hbase_table_1
```
HBase (and all other storage handlers except for Iceberg at the moment),
should get this exception for alter commands other than SET/UNSET TBLPROPERTIES
and ADD COLUMNS.
--
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: 622479)
Time Spent: 1h (was: 50m)
> Support ALTER TABLE CHANGE COLUMN for Iceberg
> ---------------------------------------------
>
> Key: HIVE-25256
> URL: https://issues.apache.org/jira/browse/HIVE-25256
> Project: Hive
> Issue Type: New Feature
> Reporter: Marton Bod
> Assignee: Marton Bod
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> In order to provide support for renaming/changing the data type of a single
> column, we should add alter table change column support for Iceberg tables.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)