This is an automated email from the ASF dual-hosted git repository.
chengchengjin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 72d4c7defd Minor: The user specified --extra-conf has high priority
(#9488)
72d4c7defd is described below
commit 72d4c7defd9721009ae9dd3c9809224f6e4e2005
Author: Jin Chengcheng <[email protected]>
AuthorDate: Thu May 1 14:43:03 2025 +0100
Minor: The user specified --extra-conf has high priority (#9488)
---
.../src/main/scala/org/apache/spark/sql/SparkSessionSwitcher.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tools/gluten-it/common/src/main/scala/org/apache/spark/sql/SparkSessionSwitcher.scala
b/tools/gluten-it/common/src/main/scala/org/apache/spark/sql/SparkSessionSwitcher.scala
index 0a1a25351a..f6c8a177a6 100644
---
a/tools/gluten-it/common/src/main/scala/org/apache/spark/sql/SparkSessionSwitcher.scala
+++
b/tools/gluten-it/common/src/main/scala/org/apache/spark/sql/SparkSessionSwitcher.scala
@@ -85,8 +85,8 @@ class SparkSessionSwitcher(val masterUrl: String, val
logLevel: String) extends
println(s"Switching to $desc session... ")
stopActiveSession()
val conf = new SparkConf(false)
- .setAllWarningOnOverriding(testDefaults.getAll)
.setAllWarningOnOverriding(sessionMap.get(desc.sessionToken).getAll)
+ .setAllWarningOnOverriding(testDefaults.getAll)
activateSession(conf, desc.appName)
_activeSessionDesc = desc
println(s"Successfully switched to $desc session. ")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]