dmsuehir opened a new pull request, #10058: URL: https://github.com/apache/incubator-gluten/pull/10058
## What changes were proposed in this pull request? This PR enables the `map_from_arrays` function through the Velox backend, as it appears to be supported in the [Velox documentation](https://facebookincubator.github.io/velox/functions/spark/map.html#map_from_arrays). (Fixes: \#4039) ## How was this patch tested? After removing `map_from_arrays` from the exclusion list, I ran the `gen-function-support-docs.py` script (which runs unit tests to verify which functions are unsupported). That generated the Velox doc update which show that `map_from_arrays` is supported. I also added a scala test exercising `map_from_arrays`. -- 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]
