jinchengchenghh commented on code in PR #11032:
URL: 
https://github.com/apache/incubator-gluten/pull/11032#discussion_r2503052139


##########
gluten-arrow/src/main/scala/org/apache/gluten/runtime/Runtimes.scala:
##########
@@ -40,7 +40,7 @@ object Runtimes {
       throw new IllegalStateException("This method must be called in a Spark 
task.")
     }
     TaskResources.addResourceIfNotRegistered(
-      s"$backendName:$name",
+      s"$backendName:$name:${extraConf.hashCode()}",

Review Comment:
   Do we need to optimize the RunTime to stage level instead of Task level, get 
the stageId by val stageId = TaskContext.get().stageId(), and reuse the Runtime?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to