From db4085263c7ba383a6bd95fbc196ce547a36b43f Mon Sep 17 00:00:00 2001 From: UltramanGaia <3213359017@qq.com> Date: Fri, 8 Aug 2025 09:58:57 +0000 Subject: [PATCH 1/2] update tools/omniruntime-autodeployer/omni.conf. Signed-off-by: UltramanGaia <3213359017@qq.com> --- tools/omniruntime-autodeployer/omni.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/omniruntime-autodeployer/omni.conf b/tools/omniruntime-autodeployer/omni.conf index 244f6f81a..946e286a6 100644 --- a/tools/omniruntime-autodeployer/omni.conf +++ b/tools/omniruntime-autodeployer/omni.conf @@ -28,7 +28,7 @@ StringToDateFormatRule=ALLOW_REDUCED_PRECISION SupportExprFilterRule=EXPR_FILTER #在substr运算时,默认为IS_NOT_SUPPORT,表示不支持startIndex=0时从第一个元素开始取,因为默认起始索引从1开始,若起始索引为0,默认返回空字符串,为IS_SUPPORT时,表示支持substr函数在startIndex=0时支持从第一个元素开始取。 ZeroStartIndexSupportRule=IS_SUPPORT -#表达式是否校验, +#表达式是否校验 ExpressionVerifyRule=NOT_VERIFY # spark3.3.1配置为OVERFLOW_AS_ROUND_UP,spark3.1.1配置为OVERFLOW_AS_NULL StringToDecimalRule=OVERFLOW_AS_ROUND_UP -- Gitee From 8aa107f297c5806c153f86842048a9441b031e22 Mon Sep 17 00:00:00 2001 From: UltramanGaia <3213359017@qq.com> Date: Tue, 12 Aug 2025 13:52:15 +0800 Subject: [PATCH 2/2] Fix spelling mistakes --- omnidata/omnidata-server-lib/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/omnidata/omnidata-server-lib/README.md b/omnidata/omnidata-server-lib/README.md index 9dae82194..598b16e0a 100644 --- a/omnidata/omnidata-server-lib/README.md +++ b/omnidata/omnidata-server-lib/README.md @@ -2,10 +2,10 @@ ## Building OmniData Server Lib -1. Simply run the following command from the project root directory:
-`mvn clean package -Dos.detected.arch="aarch64"`
+1. Simply run the following command from the project root directory: +
`mvn clean package -Dos.detected.arch="aarch64"`
Then you will find boostkit-omnidata-server-*-aarch64-lib.zip in the "omnidata-server-lib/target/" directory. ## More Information -For further assistance, send an email to kunpengcompute@huawei.com. \ No newline at end of file +For further assistance, send an email to kunpengcompute@huawei.com. -- Gitee