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

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new a6e59ef2ff update redirect and 1.3.2 note (#692)
a6e59ef2ff is described below

commit a6e59ef2fff792308567b772332ce32ac8b365ae
Author: aiceflower <[email protected]>
AuthorDate: Thu Apr 6 20:19:20 2023 +0800

    update redirect and 1.3.2 note (#692)
    
    Co-authored-by: aiceflower <[email protected]>
---
 docusaurus.config.js                                                    | 2 +-
 download/release-notes-1.3.2.md                                         | 2 +-
 .../current/release-notes-1.3.2.md                                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 1ec9c1281d..80946b1060 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -356,7 +356,7 @@ const darkCodeTheme = 
require('prism-react-renderer/themes/dracula');
         createRedirects(existingPath) {
           if (existingPath.includes('/latest')) {
             return [
-              existingPath.replace('/latest', '/1.3.1'),
+              existingPath.replace('/latest', '/1.3.2'),
             ];
           }
           return undefined; // Return a false value: no redirect created
diff --git a/download/release-notes-1.3.2.md b/download/release-notes-1.3.2.md
index e49f17b878..fac46367af 100644
--- a/download/release-notes-1.3.2.md
+++ b/download/release-notes-1.3.2.md
@@ -5,7 +5,7 @@ sidebar_position: 0.15
 
 Apache Linkis 1.3.2 includes all [Project 
Linkis-1.3.2](https://github.com/apache/linkis/projects/24)
 
-Linkis 1.3.2 mainly enhanced Spark engine and added the function of ETL 
through json and jar package submission by Spark. In addition, the UDF loading 
was optimized.
+Linkis version 1.3.2 mainly adds the following functions. First, the Spark 
engine is enhanced to support the Spark task submission jar package function. 
Secondly, UDF loading is optimized to support loading UDF function through UDF 
ID. The OceanBase database is also integrated to support the use of the 
OceanBase database through the data source function. In addition, tags and 
Eureka have been enhanced to support multi-task fixed EC execution and Eureka 
reporting version metadata.
 
 The main functions are as follows:
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.3.2.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.3.2.md
index 45c9a8498b..20fd22ecc0 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.3.2.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.3.2.md
@@ -5,7 +5,7 @@ sidebar_position: 0.15
 
 Apache Linkis 1.3.2 包括所有 [Project 
Linkis-1.3.2](https://github.com/apache/linkis/projects/24)
 
-Linkis 1.3.2 版本,主要对 Spark 引擎进行了增强,添加了通过 json 进行 ETL 的功能和Spark 提交 jar 
包的功能,除此之外还对 UDF 加载做了优化。
+Linkis 1.3.2 版本,主要增加了如下功能。首先对 Spark 引擎进行了增强,支持 Spark 任务提交 jar 包功能。其次对 UDF 
加载做了优化,支持通过 UDF ID 加载 UDF 功能。还整合了 OceanBase 数据库,支持通过数据源功能使用 OceanBase 
数据库。除此之外对标签和 Eureka 进行了增强,支持多任务固定 EC 执行和 Eureka 上报版本元数据功能。
 
 主要功能如下:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to