[ 
https://issues.apache.org/jira/browse/HIVE-25256?focusedWorklogId=622485&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-622485
 ]

ASF GitHub Bot logged work on HIVE-25256:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Jul/21 12:48
            Start Date: 14/Jul/21 12:48
    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:
       Hbase would 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 all 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: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 622485)
    Time Spent: 1h 20m  (was: 1h 10m)

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

Reply via email to