We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677658b commit 8119d33Copy full SHA for 8119d33
1 file changed
backends-velox/src/main/scala/org/apache/gluten/execution/HashJoinExecTransformer.scala
@@ -138,7 +138,7 @@ case class BroadcastHashJoinExecTransformer(
138
var cacheKey = ""
139
if (executionId != null) {
140
cacheKey = "Gluten_Execution_" + executionId + ":" + buildHashTableId
141
- GlutenDriverEndpoint.collectResources(executionId, buildBroadcastTableId)
+ GlutenDriverEndpoint.collectResources(executionId, cacheKey)
142
} else {
143
cacheKey = "Gluten_Execution_" + ":" + buildHashTableId
144
logWarning(
0 commit comments