This is an automated email from the ASF dual-hosted git repository.

dkuzmenko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hive-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 12aa968  Fix 4.2.0. release news. (#82)
12aa968 is described below

commit 12aa96818c38f31b6c17754ddfa30232eef48273
Author: Dmitriy Fingerman <[email protected]>
AuthorDate: Wed Nov 26 11:46:16 2025 -0500

    Fix 4.2.0. release news. (#82)
    
    Co-authored-by: Dmitriy Fingerman <[email protected]>
---
 content/general/downloads.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/general/downloads.md b/content/general/downloads.md
index d7d4f20..376ae5a 100644
--- a/content/general/downloads.md
+++ b/content/general/downloads.md
@@ -33,7 +33,7 @@ Old releases can be found in the [archives][HIVE_ARCHIVES].
 ### 23 November 2025:  release 4.2.0 available
 
   * Apache Hive 4.2.x introduces support for JDK 21 and requires it as the 
minimum supported Java version.
-  * Key improvements include enhanced Iceberg table support (deletion vectors, 
auto compaction, ViewCatalog, default column type, column defaults, Iceberg 
REST Catalog client, Z-ordering, variant-type), separation of metastore client 
code into its own module, catalog properties support, support for multiple 
partitions in RELOAD event, support for drop partitions by names in 
IMetaStoreClient.
+  * Key improvements include enhanced Iceberg table support (deletion vectors, 
auto compaction, ViewCatalog, column defaults, Iceberg REST Catalog client, 
Z-ordering, variant-type), separation of metastore client code into its own 
module, catalog properties support, support for multiple partitions in RELOAD 
event, support for drop partitions by names in IMetaStoreClient.
   * This release works with Hadoop 3.4.1, Tez 0.10.5.
   * You can look at the complete [JIRA change log for this 
release][HIVE_4_2_0_CL].
 

Reply via email to