This is an automated email from the ASF dual-hosted git repository. lwz9103 pushed a commit to branch liquid in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
commit 5e25da22ec1b0e4f9f9d6b40bbd2abee1014e12f Author: Wenzheng Liu <[email protected]> AuthorDate: Fri Nov 22 16:31:35 2024 +0800 [KE] Update spark version to support kerberos on spark standalone (#41) - 250123 Fix conflict due to https://github.com/apache/incubator-gluten/pull/8418 - 241218 Fix conflict due to https://github.com/apache/incubator-gluten/pull/8241 - 250408 Fix conflict due to https://github.com/apache/incubator-gluten/pull/9242 - 250423 Fix conflict due to https://github.com/apache/incubator-gluten/pull/9399 (cherry picked from commit f26523f1702d8427bf02600d9e74ca100bd0fabc) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 42be1bb291..5526cad68d 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ <scala.version>2.12.15</scala.version> <spark.major.version>3</spark.major.version> <sparkbundle.version>3.3</sparkbundle.version> - <spark.version>3.3.0-kylin-4.6.27.0-SNAPSHOT</spark.version> + <spark.version>3.3.0-kylin-5.2.1-SNAPSHOT</spark.version> <sparkshim.artifactId>spark-sql-columnar-shims-kyspark</sparkshim.artifactId> <iceberg.version>1.5.0</iceberg.version> <delta.package.name>delta-core</delta.package.name> @@ -320,7 +320,7 @@ <properties> <sparkbundle.version>3.3</sparkbundle.version> <sparkshim.artifactId>spark-sql-columnar-shims-kyspark</sparkshim.artifactId> - <spark.version>3.3.0-kylin-4.6.27.0-SNAPSHOT</spark.version> + <spark.version>3.3.0-kylin-5.2.1-SNAPSHOT</spark.version> <iceberg.version>1.5.0</iceberg.version> <delta.package.name>delta-core</delta.package.name> <delta.version>2.3.0</delta.version> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
