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

binjieyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d383301  fix 1.9.0 release note highlight
d383301 is described below

commit d38330145e72cd1582e2a195444ad0050bcf675e
Author: Binjie Yang <[email protected]>
AuthorDate: Wed Mar 20 15:20:54 2024 +0800

    fix 1.9.0 release note highlight
---
 src/en/release/1.9.0.md | 13 +++++++++++++
 src/zh/release/1.9.0.md | 13 +++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/src/en/release/1.9.0.md b/src/en/release/1.9.0.md
index 5aac8a6..fa1926a 100644
--- a/src/en/release/1.9.0.md
+++ b/src/en/release/1.9.0.md
@@ -18,6 +18,19 @@ _wpas_done_all: '1'
   limitations under the License. See accompanying LICENSE file.
 -->
 
+# Highlight
+
+- Fully verified with Java 8, 11, and 17, Scala 2.12 and 2.13
+- Fully verified with Apache Spark 3.1 to 3.5, support for Spark 3.1 is 
deprecated and will be removed in the next release
+- Fully verified with Apache Flink 1.16 to 1.19, support for Flink 1.16 is 
deprecated and will be removed in the next release
+- Fully verified with Apache Hive 2.3, 3.1, and Cloudera Hive 2.1.1-cdh6, 
support running Hive engine on YARN (experimental)
+- Spark engine supports save large query result to file before retrieving
+- JDBC engine supports more dialects, including Doris, MySQL, PostgreSQL, 
Phoenix, StarRocks and Impala
+- Kyuubis server metastore supports PostgreSQL as backend storage
+- Introduce a basic SQL query editor in Kyuubi Web UI
+- Continuously Spark AuthZ plugin improvements, including enhanced Iceberg 
support and new introduced Apache Hudi and Delta Lake support
+- Continuously Kyuubi & Spark on Kubernetes improvements
+
 ## Server
 - [[KYUUBI #5423](https://github.com/apache/kyuubi/pull/5423)] Support 
chaining SessionConfAdvisors
 - [[KYUUBI #5631](https://github.com/apache/kyuubi/pull/5631)][K8S][HELM] Set 
session affinity if needed in helm chart
diff --git a/src/zh/release/1.9.0.md b/src/zh/release/1.9.0.md
index 77b6c5c..fc01941 100644
--- a/src/zh/release/1.9.0.md
+++ b/src/zh/release/1.9.0.md
@@ -18,6 +18,19 @@ _wpas_done_all: '1'
   limitations under the License. See accompanying LICENSE file.
 -->
 
+# Highlight
+
+- Fully verified with Java 8, 11, and 17, Scala 2.12 and 2.13
+- Fully verified with Apache Spark 3.1 to 3.5, support for Spark 3.1 is 
deprecated and will be removed in the next release
+- Fully verified with Apache Flink 1.16 to 1.19, support for Flink 1.16 is 
deprecated and will be removed in the next release
+- Fully verified with Apache Hive 2.3, 3.1, and Cloudera Hive 2.1.1-cdh6, 
support running Hive engine on YARN (experimental)
+- Spark engine supports save large query result to file before retrieving
+- JDBC engine supports more dialects, including Doris, MySQL, PostgreSQL, 
Phoenix, StarRocks and Impala
+- Kyuubis server metastore supports PostgreSQL as backend storage
+- Introduce a basic SQL query editor in Kyuubi Web UI
+- Continuously Spark AuthZ plugin improvements, including enhanced Iceberg 
support and new introduced Apache Hudi and Delta Lake support
+- Continuously Kyuubi & Spark on Kubernetes improvements
+
 ## Server
 - [[KYUUBI #5423](https://github.com/apache/kyuubi/pull/5423)] Support 
chaining SessionConfAdvisors
 - [[KYUUBI #5631](https://github.com/apache/kyuubi/pull/5631)][K8S][HELM] Set 
session affinity if needed in helm chart

Reply via email to