ashahba commented on issue #4806: URL: https://github.com/apache/incubator-gluten/issues/4806#issuecomment-2855570314
[SPARK-27619](https://issues.apache.org/jira/browse/SPARK-27619) has been marked as resolved but looking at SPARK test code: https://github.com/apache/spark/blob/master/sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala#L2059-L2077 Those 2 tests address this issue addressed here dating back to 5 years ago. The second test case specifically seems to validate this scenario: `When spark.sql.legacy.allowHashOnMapType is true, hash can be used on Maptype` So we need to dig deeper into `gluten` code or even `velox`. It's also possible that the issue was not fully fixed on SPARK. -- 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]
