pvary commented on code in PR #12700: URL: https://github.com/apache/iceberg/pull/12700#discussion_r2027454952
########## docs/docs/hive.md: ########## @@ -26,28 +26,18 @@ a [StorageHandler](https://cwiki.apache.org/confluence/display/Hive/StorageHandl ## 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) | ✔️ | ✔️ | -| [SQL delete from](#delete-from) | | ✔️ | -| [SQL update](#update) | | ✔️ | -| [SQL merge into](#merge-into) | | ✔️ | -| [Branches and tags](#branches-and-tags) | | ✔️ | - -Iceberg compatibility with Hive 2.x and Hive 3.1.2/3 supports the following features: - -* Creating a table -* Dropping a table -* Reading a table -* Inserting into a table (INSERT INTO) - -!!! warning - DML operations work only with MapReduce execution engine. +| Feature support | Hive 4 | Review Comment: Probably we don't need a table, we need a list of features -- 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