This is an automated email from the ASF dual-hosted git repository.
ruifengz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from 967ce4a9251c [SPARK-55125][PYTHON] Remove redundant `__init__` methods
in Arrow serializers
add 9c4d96200277 [SPARK-55135][PYTHON][TESTS] Refactor tests for pandas
udf return type coercion
No new revisions were added by this update.
Summary of changes:
dev/sparktestsupport/modules.py | 2 +-
...golden_pandas_udf_return_type_coercion_base.csv | 16 ++
.../golden_pandas_udf_return_type_coercion_base.md | 17 ++
...turn_type.py => test_pandas_udf_return_type.py} | 135 +++++++-------
.../tests/coercion/test_python_udf_return_type.py | 12 ++
.../golden_pandas_udf_return_type_coercion.txt | 19 --
.../tests/udf_type_tests/test_udf_return_types.py | 197 ---------------------
7 files changed, 121 insertions(+), 277 deletions(-)
create mode 100644
python/pyspark/sql/tests/coercion/golden_pandas_udf_return_type_coercion_base.csv
create mode 100644
python/pyspark/sql/tests/coercion/golden_pandas_udf_return_type_coercion_base.md
copy python/pyspark/sql/tests/coercion/{test_python_udf_return_type.py =>
test_pandas_udf_return_type.py} (64%)
delete mode 100644
python/pyspark/sql/tests/udf_type_tests/golden_pandas_udf_return_type_coercion.txt
delete mode 100644
python/pyspark/sql/tests/udf_type_tests/test_udf_return_types.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]