This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
from 634362cbe2d5 [SPARK-52147][SQL][TESTS] Block temporary object references in persistent SQL UDFs add e824f88c40a9 [SPARK-52821][PYTHON] add int->DecimalType pyspark udf return type coercion No new revisions were added by this update. Summary of changes: python/pyspark/sql/connect/session.py | 2 +- python/pyspark/sql/pandas/conversion.py | 2 +- python/pyspark/sql/pandas/serializers.py | 91 ++++++++++++++++++++-- .../sql/tests/pandas/test_pandas_cogrouped_map.py | 48 ++++++++++++ .../sql/tests/pandas/test_pandas_grouped_map.py | 31 ++++++++ .../pandas/test_pandas_grouped_map_with_state.py | 32 +++++++- .../pandas/test_pandas_transform_with_state.py | 69 ++++++++++++++++ python/pyspark/sql/tests/pandas/test_pandas_udf.py | 55 +++++++++++++ python/pyspark/worker.py | 37 ++++++++- .../org/apache/spark/sql/internal/SQLConf.scala | 9 +++ .../sql/execution/python/ArrowPythonRunner.scala | 4 + 11 files changed, 362 insertions(+), 18 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org