From 5521db12a91614e0a92efae2b34eb4548d25b3fb Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Fri, 20 Aug 2021 14:53:49 +0800 Subject: [PATCH 1/2] version bump to 1.3.0-snapshot Signed-off-by: Yuan Zhou --- arrow-data-source/common/pom.xml | 2 +- arrow-data-source/parquet/pom.xml | 2 +- arrow-data-source/pom.xml | 4 ++-- arrow-data-source/standard/pom.xml | 2 +- native-sql-engine/core/pom.xml | 3 +-- pom.xml | 2 +- shims/common/pom.xml | 2 +- shims/pom.xml | 2 +- shims/spark311/pom.xml | 2 +- 9 files changed, 10 insertions(+), 11 deletions(-) diff --git a/arrow-data-source/common/pom.xml b/arrow-data-source/common/pom.xml index 6372f21d1..538d18b88 100644 --- a/arrow-data-source/common/pom.xml +++ b/arrow-data-source/common/pom.xml @@ -5,7 +5,7 @@ spark-arrow-datasource com.intel.oap - 1.2.0-snapshot + 1.3.0-snapshot ../pom.xml diff --git a/arrow-data-source/parquet/pom.xml b/arrow-data-source/parquet/pom.xml index 7e618fc88..71851d4bb 100644 --- a/arrow-data-source/parquet/pom.xml +++ b/arrow-data-source/parquet/pom.xml @@ -5,7 +5,7 @@ spark-arrow-datasource com.intel.oap - 1.2.0-snapshot + 1.3.0-snapshot 4.0.0 diff --git a/arrow-data-source/pom.xml b/arrow-data-source/pom.xml index 3f72871f2..925a7941c 100644 --- a/arrow-data-source/pom.xml +++ b/arrow-data-source/pom.xml @@ -2,7 +2,8 @@ com.intel.oap native-sql-engine-parent - 1.2.0-snapshot + 1.3.0-snapshot + ../pom.xml 4.0.0 @@ -10,7 +11,6 @@ spark-arrow-datasource OAP Project Spark Arrow Datasource pom - 1.2.0-snapshot 2008 common diff --git a/arrow-data-source/standard/pom.xml b/arrow-data-source/standard/pom.xml index fa35d662c..8a6e854d6 100644 --- a/arrow-data-source/standard/pom.xml +++ b/arrow-data-source/standard/pom.xml @@ -5,7 +5,7 @@ spark-arrow-datasource com.intel.oap - 1.2.0-snapshot + 1.3.0-snapshot 4.0.0 diff --git a/native-sql-engine/core/pom.xml b/native-sql-engine/core/pom.xml index 8a1b42105..72c27bd0f 100644 --- a/native-sql-engine/core/pom.xml +++ b/native-sql-engine/core/pom.xml @@ -17,13 +17,12 @@ com.intel.oap native-sql-engine-parent - 1.2.0-snapshot + 1.3.0-snapshot ../../pom.xml com.intel.oap spark-columnar-core - 1.2.0-snapshot jar OAP Project Spark Columnar Plugin diff --git a/pom.xml b/pom.xml index d6a862b56..2fd3a192e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.intel.oap native-sql-engine-parent - 1.2.0-snapshot + 1.3.0-snapshot pom Native SQL Engine Parent Pom diff --git a/shims/common/pom.xml b/shims/common/pom.xml index 69ee52462..b0b8f05e0 100644 --- a/shims/common/pom.xml +++ b/shims/common/pom.xml @@ -20,7 +20,7 @@ com.intel.oap spark-sql-columnar-shims - 1.2.0-snapshot + 1.3.0-snapshot ../pom.xml diff --git a/shims/pom.xml b/shims/pom.xml index fd185052c..e59c1d1c7 100644 --- a/shims/pom.xml +++ b/shims/pom.xml @@ -20,7 +20,7 @@ com.intel.oap native-sql-engine-parent - 1.2.0-snapshot + 1.3.0-snapshot ../pom.xml diff --git a/shims/spark311/pom.xml b/shims/spark311/pom.xml index 300be89e1..ce195571b 100644 --- a/shims/spark311/pom.xml +++ b/shims/spark311/pom.xml @@ -20,7 +20,7 @@ com.intel.oap spark-sql-columnar-shims - 1.2.0-snapshot + 1.3.0-snapshot ../pom.xml From e7dc2d48a73211fac6da54f0cf1a59a281ec2956 Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Thu, 26 Aug 2021 13:44:15 +0800 Subject: [PATCH 2/2] s/snapshot/SNAPSHOT Signed-off-by: Yuan Zhou --- arrow-data-source/common/pom.xml | 2 +- arrow-data-source/parquet/pom.xml | 2 +- arrow-data-source/pom.xml | 2 +- arrow-data-source/standard/pom.xml | 2 +- native-sql-engine/core/pom.xml | 2 +- pom.xml | 2 +- shims/common/pom.xml | 2 +- shims/pom.xml | 2 +- shims/spark311/pom.xml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/arrow-data-source/common/pom.xml b/arrow-data-source/common/pom.xml index 538d18b88..692128d11 100644 --- a/arrow-data-source/common/pom.xml +++ b/arrow-data-source/common/pom.xml @@ -5,7 +5,7 @@ spark-arrow-datasource com.intel.oap - 1.3.0-snapshot + 1.3.0-SNAPSHOT ../pom.xml diff --git a/arrow-data-source/parquet/pom.xml b/arrow-data-source/parquet/pom.xml index 71851d4bb..538a0d450 100644 --- a/arrow-data-source/parquet/pom.xml +++ b/arrow-data-source/parquet/pom.xml @@ -5,7 +5,7 @@ spark-arrow-datasource com.intel.oap - 1.3.0-snapshot + 1.3.0-SNAPSHOT 4.0.0 diff --git a/arrow-data-source/pom.xml b/arrow-data-source/pom.xml index 925a7941c..22c608856 100644 --- a/arrow-data-source/pom.xml +++ b/arrow-data-source/pom.xml @@ -2,7 +2,7 @@ com.intel.oap native-sql-engine-parent - 1.3.0-snapshot + 1.3.0-SNAPSHOT ../pom.xml diff --git a/arrow-data-source/standard/pom.xml b/arrow-data-source/standard/pom.xml index 8a6e854d6..b3f461ab5 100644 --- a/arrow-data-source/standard/pom.xml +++ b/arrow-data-source/standard/pom.xml @@ -5,7 +5,7 @@ spark-arrow-datasource com.intel.oap - 1.3.0-snapshot + 1.3.0-SNAPSHOT 4.0.0 diff --git a/native-sql-engine/core/pom.xml b/native-sql-engine/core/pom.xml index 72c27bd0f..3dd7f4177 100644 --- a/native-sql-engine/core/pom.xml +++ b/native-sql-engine/core/pom.xml @@ -17,7 +17,7 @@ com.intel.oap native-sql-engine-parent - 1.3.0-snapshot + 1.3.0-SNAPSHOT ../../pom.xml diff --git a/pom.xml b/pom.xml index 2fd3a192e..23f351ce5 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 4.0.0 com.intel.oap native-sql-engine-parent - 1.3.0-snapshot + 1.3.0-SNAPSHOT pom Native SQL Engine Parent Pom diff --git a/shims/common/pom.xml b/shims/common/pom.xml index b0b8f05e0..5f25b746c 100644 --- a/shims/common/pom.xml +++ b/shims/common/pom.xml @@ -20,7 +20,7 @@ com.intel.oap spark-sql-columnar-shims - 1.3.0-snapshot + 1.3.0-SNAPSHOT ../pom.xml diff --git a/shims/pom.xml b/shims/pom.xml index e59c1d1c7..e35978c16 100644 --- a/shims/pom.xml +++ b/shims/pom.xml @@ -20,7 +20,7 @@ com.intel.oap native-sql-engine-parent - 1.3.0-snapshot + 1.3.0-SNAPSHOT ../pom.xml diff --git a/shims/spark311/pom.xml b/shims/spark311/pom.xml index ce195571b..90254b9a5 100644 --- a/shims/spark311/pom.xml +++ b/shims/spark311/pom.xml @@ -20,7 +20,7 @@ com.intel.oap spark-sql-columnar-shims - 1.3.0-snapshot + 1.3.0-SNAPSHOT ../pom.xml