JkSelf commented on code in PR #8931:
URL: https://github.com/apache/incubator-gluten/pull/8931#discussion_r2904418036
##########
gluten-substrait/src/main/scala/org/apache/gluten/execution/JoinUtils.scala:
##########
@@ -184,6 +184,7 @@ object JoinUtils {
inputBuildOutput: Seq[Attribute],
substraitContext: SubstraitContext,
operatorId: java.lang.Long,
+ hashTableId: String = "",
Review Comment:
This method supports both Hash Join and Sort Merge Join. For Sort Merge
Joins, the hashTableId is passed as an empty string.
--
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]