zhztheplayer commented on issue #7750: URL: https://github.com/apache/incubator-gluten/issues/7750#issuecomment-2458740535
Thank you in advance for helping @Zand100 . You can refer to vanilla Spark's code [UnsafeHashedRelation](https://github.com/apache/spark/blob/4771638b3a6873e329bb3bdde5abeeeac059acb8/sql/core/src/main/scala/org/apache/spark/sql/execution/joins/HashedRelation.scala#L207) where `BytesToBytesMap` can be allocated from off-heap. Probably we can adopt a similar approach in Gluten. So I can assign this ticket to you, I suppose? -- 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]
