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 bed09429092f [SPARK-55040][PYTHON] Refactor TaskContext and related 
worker protocol
     add 76f74e96aa72 [SPARK-55114][PYTHON][TESTS] Refactor tests for python 
udf return type coercion

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |   1 +
 .../pyspark/sql/tests/coercion}/__init__.py        |   0
 ...den_python_udf_return_type_coercion_vanilla.csv |  16 ++
 ...lden_python_udf_return_type_coercion_vanilla.md |  17 ++
 ..._python_udf_return_type_coercion_with_arrow.csv |  16 ++
 ...n_python_udf_return_type_coercion_with_arrow.md |  17 ++
 ..._return_type_coercion_with_arrow_and_pandas.csv |  16 ++
 ...f_return_type_coercion_with_arrow_and_pandas.md |  17 ++
 .../tests/coercion/test_python_udf_return_type.py  | 274 +++++++++++++++++++++
 ...den_udf_return_type_coercion_arrow_disabled.txt |  19 --
 ...lden_udf_return_type_coercion_arrow_enabled.txt |  19 --
 ...df_return_type_coercion_arrow_legacy_pandas.txt |  19 --
 .../tests/udf_type_tests/test_udf_return_types.py  |  91 +------
 13 files changed, 375 insertions(+), 147 deletions(-)
 copy {examples/src/main/python => 
python/pyspark/sql/tests/coercion}/__init__.py (100%)
 create mode 100644 
python/pyspark/sql/tests/coercion/golden_python_udf_return_type_coercion_vanilla.csv
 create mode 100644 
python/pyspark/sql/tests/coercion/golden_python_udf_return_type_coercion_vanilla.md
 create mode 100644 
python/pyspark/sql/tests/coercion/golden_python_udf_return_type_coercion_with_arrow.csv
 create mode 100644 
python/pyspark/sql/tests/coercion/golden_python_udf_return_type_coercion_with_arrow.md
 create mode 100644 
python/pyspark/sql/tests/coercion/golden_python_udf_return_type_coercion_with_arrow_and_pandas.csv
 create mode 100644 
python/pyspark/sql/tests/coercion/golden_python_udf_return_type_coercion_with_arrow_and_pandas.md
 create mode 100644 
python/pyspark/sql/tests/coercion/test_python_udf_return_type.py
 delete mode 100644 
python/pyspark/sql/tests/udf_type_tests/golden_udf_return_type_coercion_arrow_disabled.txt
 delete mode 100644 
python/pyspark/sql/tests/udf_type_tests/golden_udf_return_type_coercion_arrow_enabled.txt
 delete mode 100644 
python/pyspark/sql/tests/udf_type_tests/golden_udf_return_type_coercion_arrow_legacy_pandas.txt


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to