This is an automated email from the ASF dual-hosted git repository.

mingliang 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 e46786f087 [MINOR] Remove unused code from SubstraitBackend (#10273)
e46786f087 is described below

commit e46786f087e4673012a603a2e64f278499fc7dc3
Author: Jiaan Geng <[email protected]>
AuthorDate: Tue Jul 29 20:39:26 2025 +0800

    [MINOR] Remove unused code from SubstraitBackend (#10273)
---
 .../main/scala/org/apache/gluten/backendsapi/SubstraitBackend.scala   | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/gluten-substrait/src/main/scala/org/apache/gluten/backendsapi/SubstraitBackend.scala
 
b/gluten-substrait/src/main/scala/org/apache/gluten/backendsapi/SubstraitBackend.scala
index e90df4ad06..f8fc12228b 100644
--- 
a/gluten-substrait/src/main/scala/org/apache/gluten/backendsapi/SubstraitBackend.scala
+++ 
b/gluten-substrait/src/main/scala/org/apache/gluten/backendsapi/SubstraitBackend.scala
@@ -33,8 +33,6 @@ import 
org.apache.spark.sql.execution.ui.{GlutenSQLAppStatusListener, GlutenUIUt
 import org.apache.spark.sql.internal.SparkConfigUtil._
 import org.apache.spark.sql.internal.SQLConf
 
-import java.util.Collections
-
 import scala.collection.mutable
 
 trait SubstraitBackend extends Backend with Logging {
@@ -55,8 +53,6 @@ trait SubstraitBackend extends Backend with Logging {
 
     setPredefinedConfigs(conf)
 
-    Collections.emptyMap()
-
     listenerApi().onDriverStart(sc, pc)
   }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to