SourabhBadhya commented on code in PR #10162: URL: https://github.com/apache/iceberg/pull/10162#discussion_r1588980182
########## docs/docs/hive.md: ########## @@ -24,6 +24,21 @@ Iceberg supports reading and writing Iceberg tables through [Hive](https://hive. a [StorageHandler](https://cwiki.apache.org/confluence/display/Hive/StorageHandlers). ## Feature support +The following features matrix illustrates the support for different features across Hive releases for Iceberg tables - + +| Feature support | Hive 2 / 3 | Hive 4 | +|-----------------------------------------------------------------|------------|--------| +| [SQL create table](#create-table) | ✔️ | ✔️ | +| [SQL create table as select (CTAS)](#create-table-as-select) | ✔️ | ✔️ | +| [SQL create table like table (CTLT)](#create-table-like-table) | ✔️ | ✔️ | +| [SQL drop table](#drop-table) | ✔️ | ✔️ | +| [SQL insert into](#insert-into) | ✔️ | ✔️ | +| [SQL insert overwrite](#insert-overwrite) | ✔️ | ✔️ | Review Comment: Done. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org