You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2024/04/26 14:17:44 UTC

(kyuubi-website) branch master updated: Release Notes for 1.7.4

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

chengpan 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 d43e2f1  Release Notes for 1.7.4
d43e2f1 is described below

commit d43e2f1a3118be421deebe6b86454941d49b129f
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Fri Apr 26 22:17:34 2024 +0800

    Release Notes for 1.7.4
---
 hugo.toml                               |  2 +-
 src/en/news/2024-04-26-release-1.7.4.md | 20 +++++++++
 src/en/release/1.7.4.md                 | 74 +++++++++++++++++++++++++++++++++
 src/zh/news/2024-04-26-release-1.7.4.md | 20 +++++++++
 src/zh/release/1.7.4.md                 | 74 +++++++++++++++++++++++++++++++++
 5 files changed, 189 insertions(+), 1 deletion(-)

diff --git a/hugo.toml b/hugo.toml
index 2bcf96b..7afaa0c 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -337,6 +337,6 @@ defaultContentLanguage = 'en'
     keepQuotes = true
 
 [params]
-  releases = [ 'v1.9.0', 'v1.8.1', 'v1.7.3', 'v1.6.1-incubating', 'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ]
+  releases = [ 'v1.9.0', 'v1.8.2', 'v1.7.4', 'v1.6.1-incubating', 'v1.5.2-incubating', 'v1.4.1-incubating', 'v1.3.1-incubating' ]
   downloadLink = 'https://www.apache.org/dyn/closer.lua/kyuubi/'
   downloadLinkIncubator = 'https://www.apache.org/dyn/closer.lua/incubator/kyuubi/'
diff --git a/src/en/news/2024-04-26-release-1.7.4.md b/src/en/news/2024-04-26-release-1.7.4.md
new file mode 100644
index 0000000..a61d4ab
--- /dev/null
+++ b/src/en/news/2024-04-26-release-1.7.4.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.7.4 released
+date: 2024-04-26
+linked: true
+---
+<!---
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+
+We are happy to announce the availability of [Apache Kyuubi 1.7.4](/release/1.7.4.html) ! Visit the [release notes](/release/1.7.4.html) to read about the new features, or [download](/releases.html) the released today.
diff --git a/src/en/release/1.7.4.md b/src/en/release/1.7.4.md
new file mode 100644
index 0000000..703a5c6
--- /dev/null
+++ b/src/en/release/1.7.4.md
@@ -0,0 +1,74 @@
+---
+title: Release Notes - 1.7.4
+date: 2024-04-26
+linked: true
+meta:
+_edit_last: '4'
+_wpas_done_all: '1'
+---
+<!---
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+
+### Changlogs
+
+- [[KYUUBI #5451](https://github.com/apache/kyuubi/pull/5451)] Ignore NoSuchFileException during OperationLog.close()
+- [[KYUUBI #6291](https://github.com/apache/kyuubi/pull/6291)] Avoid NPE in MySQLErrPacket
+- [[KYUUBI #2782](https://github.com/apache/kyuubi/pull/2782)] Add missed UNION_TYPE back
+- [[KYUUBI #6204](https://github.com/apache/kyuubi/pull/6204)] Fix kyuubi session limiter leak when opening session failed
+- [[KYUUBI #6061](https://github.com/apache/kyuubi/pull/6061)] Delete svn staging dir before checking out
+- [[KYUUBI #6047](https://github.com/apache/kyuubi/pull/6047)] Free up disk space
+- [[KYUUBI #5953](https://github.com/apache/kyuubi/pull/5953)] Update NOTICE
+- [[KYUUBI #5951](https://github.com/apache/kyuubi/pull/5951)] Improve doc for Session Conf Advisor
+- [[KYUUBI #5933](https://github.com/apache/kyuubi/pull/5933)] Happy New Year 2024
+- [[KYUUBI #5922](https://github.com/apache/kyuubi/pull/5922)] Enhance YARN app state judgment
+- [[KYUUBI #5832](https://github.com/apache/kyuubi/pull/5832)] Always perform closing action in OperationLog to avoid fd leak
+- [[KYUUBI #5857](https://github.com/apache/kyuubi/pull/5857)] Dependencies CI check when `dev/dependencyList` changes
+- [[KYUUBI #5849](https://github.com/apache/kyuubi/pull/5849)] Incorrectly parse JDBC URL while variable includes colon
+- [[KYUUBI #5822](https://github.com/apache/kyuubi/pull/5822)] Fix the usage msg of KyuubiBeeLine
+- [[KYUUBI #5819](https://github.com/apache/kyuubi/pull/5819)] Fix rst syntax of missing blank line after code-block
+- [[KYUUBI #5785](https://github.com/apache/kyuubi/pull/5785)] Fix flaky test - JpsApplicationOperation with spark local mode
+- [[KYUUBI #5750](https://github.com/apache/kyuubi/pull/5750)] Fix the inaccurate issue of obtaining COLUMN_SIZE in the decimal field jdbc of spark engine
+- [[KYUUBI #5754](https://github.com/apache/kyuubi/pull/5754)] Fix engine id of the engine probe failures logging messages
+- [[KYUUBI #5317](https://github.com/apache/kyuubi/pull/5317)] Hive Connector throws NotSerializableException on reading Hive Avro partitioned table
+- [[KYUUBI #5720](https://github.com/apache/kyuubi/pull/5720)] Fix flaky test in TPCHQuerySuite
+- [[KYUUBI #5713](https://github.com/apache/kyuubi/pull/5713)] Backport HIVE-27271: Client connection to HS2 fails when transportMode=http, ssl=true, sslTrustStore specified without trustStorePassword in the JDBC URL
+- [[KYUUBI #5697](https://github.com/apache/kyuubi/pull/5697)] Fix incorrect url reference in code and docs
+- [[KYUUBI #5599](https://github.com/apache/kyuubi/pull/5599)] Correct the parameter name of fetching op log in RESTful API
+- [[KYUUBI #5499](https://github.com/apache/kyuubi/pull/5499)]Catch any exception when closing idle session
+- [[KYUUBI #5414](https://github.com/apache/kyuubi/pull/5414)] KSHC reader should not pollut the global hiveConf instance
+- [[KYUUBI #5432](https://github.com/apache/kyuubi/pull/5432)] Fix typo in README.md
+- [[KYUUBI #5347](https://github.com/apache/kyuubi/pull/5347)] Fix java code errors in quick_start_with_jdbc
+- [[KYUUBI #5333](https://github.com/apache/kyuubi/pull/5333)] Aaptive call fetchLaunchEngineResult
+- [[KYUUBI #5308](https://github.com/apache/kyuubi/pull/5308)] Ensure release using Java 8
+
+### Credits
+
+Last but not least, this release would not have been possible without the following contributors:
+
+* Shaoyun Chen
+* Chao Chen
+* Flyangz
+* Pengqi Li
+* Bowen Liang
+* Omkar Makhare
+* Drake Youngkun Min
+* Cheng Pan
+* Gianluca Principini
+* Zeyu Wang
+* Kang Wang
+* Fei Wang
+* Zhen Wang
+* Kaifei Yi
+* He Zhao
+* mrtisttt
diff --git a/src/zh/news/2024-04-26-release-1.7.4.md b/src/zh/news/2024-04-26-release-1.7.4.md
new file mode 100644
index 0000000..f0fcf2b
--- /dev/null
+++ b/src/zh/news/2024-04-26-release-1.7.4.md
@@ -0,0 +1,20 @@
+---
+title: Apache Kyuubi 1.7.4 released
+date: 2024-04-26
+linked: true
+---
+<!---
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+
+我们很高兴地宣布 [Apache Kyuubi 1.7.4](/zh/release/1.7.4.html) 发布了! 查看 [发布记录](/zh/release/1.7.4.html) 阅读有关新功能的信息,或者马上 [下载](/zh/releases.html) 体验吧。
diff --git a/src/zh/release/1.7.4.md b/src/zh/release/1.7.4.md
new file mode 100644
index 0000000..d70cb7c
--- /dev/null
+++ b/src/zh/release/1.7.4.md
@@ -0,0 +1,74 @@
+---
+title: 发布记录 - 1.7.4
+date: 2024-04-26
+linked: true
+meta:
+_edit_last: '4'
+_wpas_done_all: '1'
+---
+<!---
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License. See accompanying LICENSE file.
+-->
+
+### Changlogs
+
+- [[KYUUBI #5451](https://github.com/apache/kyuubi/pull/5451)] Ignore NoSuchFileException during OperationLog.close()
+- [[KYUUBI #6291](https://github.com/apache/kyuubi/pull/6291)] Avoid NPE in MySQLErrPacket
+- [[KYUUBI #2782](https://github.com/apache/kyuubi/pull/2782)] Add missed UNION_TYPE back
+- [[KYUUBI #6204](https://github.com/apache/kyuubi/pull/6204)] Fix kyuubi session limiter leak when opening session failed
+- [[KYUUBI #6061](https://github.com/apache/kyuubi/pull/6061)] Delete svn staging dir before checking out
+- [[KYUUBI #6047](https://github.com/apache/kyuubi/pull/6047)] Free up disk space
+- [[KYUUBI #5953](https://github.com/apache/kyuubi/pull/5953)] Update NOTICE
+- [[KYUUBI #5951](https://github.com/apache/kyuubi/pull/5951)] Improve doc for Session Conf Advisor
+- [[KYUUBI #5933](https://github.com/apache/kyuubi/pull/5933)] Happy New Year 2024
+- [[KYUUBI #5922](https://github.com/apache/kyuubi/pull/5922)] Enhance YARN app state judgment
+- [[KYUUBI #5832](https://github.com/apache/kyuubi/pull/5832)] Always perform closing action in OperationLog to avoid fd leak
+- [[KYUUBI #5857](https://github.com/apache/kyuubi/pull/5857)] Dependencies CI check when `dev/dependencyList` changes
+- [[KYUUBI #5849](https://github.com/apache/kyuubi/pull/5849)] Incorrectly parse JDBC URL while variable includes colon
+- [[KYUUBI #5822](https://github.com/apache/kyuubi/pull/5822)] Fix the usage msg of KyuubiBeeLine
+- [[KYUUBI #5819](https://github.com/apache/kyuubi/pull/5819)] Fix rst syntax of missing blank line after code-block
+- [[KYUUBI #5785](https://github.com/apache/kyuubi/pull/5785)] Fix flaky test - JpsApplicationOperation with spark local mode
+- [[KYUUBI #5750](https://github.com/apache/kyuubi/pull/5750)] Fix the inaccurate issue of obtaining COLUMN_SIZE in the decimal field jdbc of spark engine
+- [[KYUUBI #5754](https://github.com/apache/kyuubi/pull/5754)] Fix engine id of the engine probe failures logging messages
+- [[KYUUBI #5317](https://github.com/apache/kyuubi/pull/5317)] Hive Connector throws NotSerializableException on reading Hive Avro partitioned table
+- [[KYUUBI #5720](https://github.com/apache/kyuubi/pull/5720)] Fix flaky test in TPCHQuerySuite
+- [[KYUUBI #5713](https://github.com/apache/kyuubi/pull/5713)] Backport HIVE-27271: Client connection to HS2 fails when transportMode=http, ssl=true, sslTrustStore specified without trustStorePassword in the JDBC URL
+- [[KYUUBI #5697](https://github.com/apache/kyuubi/pull/5697)] Fix incorrect url reference in code and docs
+- [[KYUUBI #5599](https://github.com/apache/kyuubi/pull/5599)] Correct the parameter name of fetching op log in RESTful API
+- [[KYUUBI #5499](https://github.com/apache/kyuubi/pull/5499)]Catch any exception when closing idle session
+- [[KYUUBI #5414](https://github.com/apache/kyuubi/pull/5414)] KSHC reader should not pollut the global hiveConf instance
+- [[KYUUBI #5432](https://github.com/apache/kyuubi/pull/5432)] Fix typo in README.md
+- [[KYUUBI #5347](https://github.com/apache/kyuubi/pull/5347)] Fix java code errors in quick_start_with_jdbc
+- [[KYUUBI #5333](https://github.com/apache/kyuubi/pull/5333)] Aaptive call fetchLaunchEngineResult
+- [[KYUUBI #5308](https://github.com/apache/kyuubi/pull/5308)] Ensure release using Java 8
+
+### Credits
+
+Last but not least, this release would not have been possible without the following contributors:
+
+* Shaoyun Chen
+* Chao Chen
+* Flyangz
+* Pengqi Li
+* Bowen Liang
+* Omkar Makhare
+* Drake Youngkun Min
+* Cheng Pan
+* Gianluca Principini
+* Zeyu Wang
+* Kang Wang
+* Fei Wang
+* Zhen Wang
+* Kaifei Yi
+* He Zhao
+* mrtisttt