HyukjinKwon opened a new pull request, #50096: URL: https://github.com/apache/spark/pull/50096
### What changes were proposed in this pull request? This PR enables `spark.sql.execution.pythonUDTF.arrow.enabled` by default. ### Why are the changes needed? We enabled Arrow optimization https://github.com/apache/spark/pull/49482 and https://github.com/apache/spark/pull/50036. We should also enable it for UDTF too. ### Does this PR introduce _any_ user-facing change? It will fallback to non-optimized code path so it impact will be minimized. Users will leverage Arrow optimization by default. ### How was this patch tested? Existing tests in the CI. ### Was this patch authored or co-authored using generative AI tooling? No -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org