From 5dea8bf3fa4bc7dc9d5a0834128692209bbd7a7f Mon Sep 17 00:00:00 2001 From: buddha23 Date: Thu, 1 Feb 2024 09:00:10 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: buddha23 --- .../ock-omniop-shuffle/cpp/src/CMakeLists.txt | 2 +- .../omniop-spark-extension-ock/ock-omniop-tuning/pom.xml | 4 ++-- omnioperator/omniop-spark-extension-ock/pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/omnioperator/omniop-spark-extension-ock/ock-omniop-shuffle/cpp/src/CMakeLists.txt b/omnioperator/omniop-spark-extension-ock/ock-omniop-shuffle/cpp/src/CMakeLists.txt index 27a927fdb..b675f9f52 100644 --- a/omnioperator/omniop-spark-extension-ock/ock-omniop-shuffle/cpp/src/CMakeLists.txt +++ b/omnioperator/omniop-spark-extension-ock/ock-omniop-shuffle/cpp/src/CMakeLists.txt @@ -38,7 +38,7 @@ target_include_directories(${PROJ_TARGET} PUBLIC /opt/lib/include) target_link_libraries (${PROJ_TARGET} PUBLIC protobuf.a z - boostkit-omniop-vector-1.3.0-aarch64 + boostkit-omniop-vector-1.4.0-aarch64 ock_shuffle gcov ) diff --git a/omnioperator/omniop-spark-extension-ock/ock-omniop-tuning/pom.xml b/omnioperator/omniop-spark-extension-ock/ock-omniop-tuning/pom.xml index 608a3ca71..e8815aea6 100644 --- a/omnioperator/omniop-spark-extension-ock/ock-omniop-tuning/pom.xml +++ b/omnioperator/omniop-spark-extension-ock/ock-omniop-tuning/pom.xml @@ -65,12 +65,12 @@ com.huawei.boostkit boostkit-omniop-bindings - 1.3.0 + 1.4.0 com.huawei.kunpeng boostkit-omniop-spark - 3.3.1-1.3.0 + 3.3.1-1.4.0 org.scalatest diff --git a/omnioperator/omniop-spark-extension-ock/pom.xml b/omnioperator/omniop-spark-extension-ock/pom.xml index 84c9208cc..820186544 100644 --- a/omnioperator/omniop-spark-extension-ock/pom.xml +++ b/omnioperator/omniop-spark-extension-ock/pom.xml @@ -62,12 +62,12 @@ com.huawei.boostkit boostkit-omniop-bindings - 1.3.0 + 1.4.0 com.huawei.kunpeng boostkit-omniop-spark - 3.3.1-1.3.0 + 3.3.1-1.4.0 com.huawei.ock -- Gitee