Yicong-Huang opened a new pull request, #53494: URL: https://github.com/apache/spark/pull/53494
### What changes were proposed in this pull request? This PR adds a test case `test_grouped_agg_arrow_iter_udf` in `python/pyspark/sql/tests/test_unified_udf.py` to cover the `SQL_GROUPED_AGG_ARROW_ITER_UDF` type when using the `@udf` decorator with type hints. ### Why are the changes needed? The type inference is already implemented and tested in `test_arrow_udf_typehints.py`, but the end-to-end test with `@udf` decorator was missing. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Added the new test. ### 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: [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]
