From 3d599414c8814745fe6766586af1858768a5af5f Mon Sep 17 00:00:00 2001 From: wangyini Date: Wed, 3 Aug 2022 03:13:51 +0000 Subject: [PATCH 1/3] update omnioperator/omniop-spark-extension/cpp/src/common/common.cpp. --- omnioperator/omniop-spark-extension/cpp/src/common/common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/omnioperator/omniop-spark-extension/cpp/src/common/common.cpp b/omnioperator/omniop-spark-extension/cpp/src/common/common.cpp index 2c6b9fab8..e411cb2e0 100644 --- a/omnioperator/omniop-spark-extension/cpp/src/common/common.cpp +++ b/omnioperator/omniop-spark-extension/cpp/src/common/common.cpp @@ -14,6 +14,7 @@ * 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. + * test */ #include "common.h" -- Gitee From 1fe8f670b39d43c76c24b4f187b3e66361a765e6 Mon Sep 17 00:00:00 2001 From: wangyini Date: Wed, 3 Aug 2022 03:26:37 +0000 Subject: [PATCH 2/3] 1 --- .../java/com/huawei/boostkit/omnidata/model/AggregationInfo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/omnidata/omnidata-spark-connector/stub/server/src/main/java/com/huawei/boostkit/omnidata/model/AggregationInfo.java b/omnidata/omnidata-spark-connector/stub/server/src/main/java/com/huawei/boostkit/omnidata/model/AggregationInfo.java index 6244eda50..d46fbdc3e 100644 --- a/omnidata/omnidata-spark-connector/stub/server/src/main/java/com/huawei/boostkit/omnidata/model/AggregationInfo.java +++ b/omnidata/omnidata-spark-connector/stub/server/src/main/java/com/huawei/boostkit/omnidata/model/AggregationInfo.java @@ -11,6 +11,7 @@ * 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. + * test */ package com.huawei.boostkit.omnidata.model; -- Gitee From 3b29bc1553f151d6d27ee39ff15a8fd95ffd663c Mon Sep 17 00:00:00 2001 From: wangyini Date: Wed, 17 Aug 2022 09:22:52 +0000 Subject: [PATCH 3/3] test Signed-off-by: wangyini --- .../src/main/java/org/apache/hadoop/hive/conf/HiveConf.java | 1 + 1 file changed, 1 insertion(+) diff --git a/omnidata/omnidata-hive-connector/connector/src/main/java/org/apache/hadoop/hive/conf/HiveConf.java b/omnidata/omnidata-hive-connector/connector/src/main/java/org/apache/hadoop/hive/conf/HiveConf.java index dbbe224c5..6b507711f 100644 --- a/omnidata/omnidata-hive-connector/connector/src/main/java/org/apache/hadoop/hive/conf/HiveConf.java +++ b/omnidata/omnidata-hive-connector/connector/src/main/java/org/apache/hadoop/hive/conf/HiveConf.java @@ -14,6 +14,7 @@ * 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. + * test */ package org.apache.hadoop.hive.conf; -- Gitee