zml1206 commented on PR #5750: URL: https://github.com/apache/incubator-gluten/pull/5750#issuecomment-2126920054
> > Background history: [SPARK-36612](https://issues.apache.org/jira/browse/SPARK-36612) support left outer join build left or right outer join build right in shuffled hash join, it first took effect in spark 3.5. > > @zml1206 > > Then how does this PR work with lower Spark version? If there is no fallback, all versions of velox bakcend support using small tables to build hashmaps. If there is a fallback, it will remain consistent with vanilla spark. It is supported after 3.5 and not supported before 3.5. @zhztheplayer -- 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]
