From 2946a57131300b32e7e11dfd29c4b9b48191519a Mon Sep 17 00:00:00 2001 From: Yuan Date: Thu, 26 Feb 2026 21:07:55 +0000 Subject: [PATCH 1/2] fix missing dependency Signed-off-by: Yuan --- gluten-delta/pom.xml | 5 +++++ gluten-hudi/pom.xml | 5 +++++ gluten-iceberg/pom.xml | 5 +++++ pom.xml | 2 +- shims/common/pom.xml | 16 ++++++++++++++++ 5 files changed, 32 insertions(+), 1 deletion(-) diff --git a/gluten-delta/pom.xml b/gluten-delta/pom.xml index 046b0a7d75c5..03dee2ac2563 100755 --- a/gluten-delta/pom.xml +++ b/gluten-delta/pom.xml @@ -50,6 +50,11 @@ spark-sql_${scala.binary.version} provided + + org.apache.spark + spark-catalyst_${scala.binary.version} + provided + org.apache.spark spark-network-shuffle_${scala.binary.version} diff --git a/gluten-hudi/pom.xml b/gluten-hudi/pom.xml index beec26834425..d31f9075c4e3 100755 --- a/gluten-hudi/pom.xml +++ b/gluten-hudi/pom.xml @@ -46,6 +46,11 @@ spark-core_${scala.binary.version} provided + + org.apache.spark + spark-catalyst_${scala.binary.version} + provided + org.apache.spark spark-sql_${scala.binary.version} diff --git a/gluten-iceberg/pom.xml b/gluten-iceberg/pom.xml index a92e951c3102..51aa0d92bc34 100644 --- a/gluten-iceberg/pom.xml +++ b/gluten-iceberg/pom.xml @@ -40,6 +40,11 @@ spark-core_${scala.binary.version} provided + + org.apache.spark + spark-catalyst_${scala.binary.version} + provided + org.apache.spark spark-sql_${scala.binary.version} diff --git a/pom.xml b/pom.xml index d34633ecf69d..c147475940b2 100644 --- a/pom.xml +++ b/pom.xml @@ -1250,7 +1250,7 @@ 3.17.0 18.1.0 18.1.0 - 4.9.2 + 4.9.9 diff --git a/shims/common/pom.xml b/shims/common/pom.xml index 3240ad569cdc..1adbfa6fb7be 100644 --- a/shims/common/pom.xml +++ b/shims/common/pom.xml @@ -37,6 +37,22 @@ spark-hive_${scala.binary.version} provided + + org.apache.spark + spark-catalyst_${scala.binary.version} + provided + + + org.apache.parquet + parquet-hadoop + 1.15.2 + + + io.airlift + aircompressor + + + From a3a83e0407c1068ebe8be64b702877c078ac977e Mon Sep 17 00:00:00 2001 From: Yuan Date: Mon, 2 Mar 2026 14:25:51 +0000 Subject: [PATCH 2/2] fix Signed-off-by: Yuan --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c147475940b2..d34633ecf69d 100644 --- a/pom.xml +++ b/pom.xml @@ -1250,7 +1250,7 @@ 3.17.0 18.1.0 18.1.0 - 4.9.9 + 4.9.2