This is an automated email from the ASF dual-hosted git repository.
baiyangtx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new acd029373 [AMORO-2748]spark need depend on ResolveProcedures to
support iceberg procedure call (#2749)
acd029373 is described below
commit acd029373ca3dd51bad6f813762460a3a5cf5a7d
Author: Wang Tao <[email protected]>
AuthorDate: Fri Apr 19 15:35:48 2024 +0800
[AMORO-2748]spark need depend on ResolveProcedures to support iceberg
procedure call (#2749)
issue_2748 spark need depend on ResolveProcedures to support iceberg
procedure sql
---
mixed-format/spark/v3.2/spark-runtime/pom.xml | 3 ---
mixed-format/spark/v3.3/spark-runtime/pom.xml | 7 +------
2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/mixed-format/spark/v3.2/spark-runtime/pom.xml
b/mixed-format/spark/v3.2/spark-runtime/pom.xml
index 021149b74..86bcacddd 100644
--- a/mixed-format/spark/v3.2/spark-runtime/pom.xml
+++ b/mixed-format/spark/v3.2/spark-runtime/pom.xml
@@ -118,9 +118,6 @@
<exclude>hbase-webapps/**</exclude>
<exclude>org/codehaus/mojo/animal_sniffer/**</exclude>
<exclude>org/apache/iceberg/spark/extensions/**</exclude>
- <exclude>
-
org/apache/spark/sql/catalyst/analysis/ResolveProcedures**
- </exclude>
<exclude>
org/apache/hadoop/hive/ql/optimizer/ppr/PartitionExpressionForMetastore**
</exclude>
diff --git a/mixed-format/spark/v3.3/spark-runtime/pom.xml
b/mixed-format/spark/v3.3/spark-runtime/pom.xml
index e4c5ec3b4..0a9f81d26 100644
--- a/mixed-format/spark/v3.3/spark-runtime/pom.xml
+++ b/mixed-format/spark/v3.3/spark-runtime/pom.xml
@@ -87,11 +87,9 @@
<include>org.apache.iceberg:iceberg-arrow</include>
<include>org.apache.iceberg:iceberg-hive-metastore</include>
<include>org.apache.iceberg:iceberg-spark</include>
-
<include>org.apache.iceberg:iceberg-spark-extensions-3.3_2.12
- </include>
+
<include>org.apache.iceberg:iceberg-spark-extensions-3.3_2.12</include>
<include>org.apache.iceberg:iceberg-bundled-guava</include>
<include>org.apache.orc:*</include>
-
<include>org.apache.thrift:libthrift</include>
<include>org.apache.avro:avro</include>
<include>org.apache.parquet:parquet-avro</include>
@@ -118,9 +116,6 @@
<exclude>hbase-webapps/**</exclude>
<exclude>org/codehaus/mojo/animal_sniffer/**</exclude>
<exclude>org/apache/iceberg/spark/extensions/**</exclude>
- <exclude>
-
org/apache/spark/sql/catalyst/analysis/ResolveProcedures**
- </exclude>
<exclude>
org/apache/hadoop/hive/ql/optimizer/ppr/PartitionExpressionForMetastore**
</exclude>