HyukjinKwon commented on PR #57024: URL: https://github.com/apache/spark/pull/57024#issuecomment-4888791369
Note for reviewers: this collided with #57023 (opened ~2s apart) — another automated agent in the same session independently found and fixed the identical SPARK-56642 UDS+pipelined regression. The two fixes are equivalent; **this PR (#57024) is the cleaner one** (early-return for UDS, `+13-0`), so #57023 is being closed in its favor. Independent corroboration from #57023's validation: `pyspark.sql.tests.pandas.test_pipelined_udf` (which asserts pipelined mode is actually active) **and** `pyspark.sql.tests.arrow.test_arrow_python_udf` both pass under `PYSPARK_UDS_MODE=true` — https://github.com/HyukjinKwon/spark/actions/runs/28762213817 . So both the `test_pipelined_udf` and broader Arrow-UDF paths are confirmed green over UDS. -- 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]
