JkSelf commented on issue #4392: URL: https://github.com/apache/incubator-gluten/issues/4392#issuecomment-3393072715
@FelixYBW Yes, Gluten has implemented [UnsafeColumnarBuildSideRelation](https://github.com/apache/incubator-gluten/blob/ac9833fbc9e532e0435d91c41991cccf3f2ea742/backends-velox/src/main/scala/org/apache/spark/sql/execution/unsafe/UnsafeColumnarBuildSideRelation.scala#L88-L97) which enables building hash tables in off-heap memory. Note that this feature is currently experimental and the default setting is disabled (false). -- 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]
