allendang001 commented on issue #3247:
URL: https://github.com/apache/iceberg/issues/3247#issuecomment-946590395


   > There are some missing feature in the Hive API. Especially in 2.x, but 
even in 3.x which prevented us to provide alter table support for Hive tables 
in Iceberg code.
   > 
   > That said there is an implementation in the Hive master which allows some 
of the `ALTER` functionality. 
https://github.com/apache/hive/blob/master/iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergMetaHook.java#L96-L99
   > 
   > ```
   >   static final EnumSet<AlterTableType> SUPPORTED_ALTER_OPS = EnumSet.of(
   >       AlterTableType.ADDCOLS, AlterTableType.REPLACE_COLUMNS, 
AlterTableType.RENAME_COLUMN,
   >       AlterTableType.ADDPROPS, AlterTableType.DROPPROPS, 
AlterTableType.SETPARTITIONSPEC,
   >       AlterTableType.UPDATE_COLUMNS);
   > ```
   
   Thanks a lot. It seems that the community has already achieved some 
realization, but it is still not enough and cannot support our current 
business. 
   Do you know that the community will be improved in this regard in the future?


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to