jinchengchenghh commented on code in PR #11032:
URL:
https://github.com/apache/incubator-gluten/pull/11032#discussion_r2502877958
##########
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:
Now there is only enableCudf 1 config, so I update to ${extraConf}. If there
is more config then, we can try other solution. Total string will be slow.
--
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]