SourabhBadhya commented on code in PR #10162:
URL: https://github.com/apache/iceberg/pull/10162#discussion_r1571882609


##########
docs/docs/hive.md:
##########
@@ -34,6 +34,32 @@ Iceberg compatibility with Hive 2.x and Hive 3.1.2/3 
supports the following feat
 !!! warning
     DML operations work only with MapReduce execution engine.
 
+The Hive supports the following additional features with Hive version 4.0.0 
and above:
+
+* Copy-on-write support for update and merge queries, CRUD support for Iceberg 
V1 tables.
+* Inserting into / overwrite data into a partition.
+* Truncating, dropping a partition.
+* Fast forwarding, cherry-picking commit to an Iceberg branch.
+* Dropping an Iceberg tag.
+* Creating a branch from an Iceberg tag.
+* Allow expiring snapshot by time range, by retention of last N snapshots and 
using table properties.
+* Set current snapshot using branch/tag for an Iceberg table.
+* Delete orphan files for an Iceberg table.
+* Allow full table compaction of Iceberg tables.
+
+The Hive supports the following additional features with Hive version 
4.0.0-beta-1 and above:

Review Comment:
   Done.



##########
docs/docs/hive.md:
##########
@@ -34,6 +34,32 @@ Iceberg compatibility with Hive 2.x and Hive 3.1.2/3 
supports the following feat
 !!! warning
     DML operations work only with MapReduce execution engine.
 
+The Hive supports the following additional features with Hive version 4.0.0 
and above:

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

Reply via email to