This is an automated email from the ASF dual-hosted git repository.
zhengruifeng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from be6e0a417126 [SPARK-57724][SQL] Add missing error class
MISSING_CLAUSES_FOR_OPERATION
add 1ffd05bdcf33 [SPARK-57389][PYTHON][TEST] Use dedicated Pandas 3 golden
files for pandas UDF coercion tests
No new revisions were added by this update.
Summary of changes:
.../golden_pandas_udf_input_type_coercion_base.csv | 0
.../golden_pandas_udf_input_type_coercion_base.md | 0
...golden_pandas_udf_return_type_coercion_base.csv | 0
.../golden_pandas_udf_return_type_coercion_base.md | 0
...f_input_type_coercion_with_arrow_and_pandas.csv | 0
...df_input_type_coercion_with_arrow_and_pandas.md | 0
..._return_type_coercion_with_arrow_and_pandas.csv | 0
...f_return_type_coercion_with_arrow_and_pandas.md | 0
.../golden_pandas_udf_input_type_coercion_base.csv | 4 +-
.../golden_pandas_udf_input_type_coercion_base.md | 4 +-
...golden_pandas_udf_return_type_coercion_base.csv | 6 +--
.../golden_pandas_udf_return_type_coercion_base.md | 17 +++++++
...f_input_type_coercion_with_arrow_and_pandas.csv | 2 +-
...df_input_type_coercion_with_arrow_and_pandas.md | 41 +++++++++++++++
..._return_type_coercion_with_arrow_and_pandas.csv | 0
...f_return_type_coercion_with_arrow_and_pandas.md | 0
.../tests/coercion/test_pandas_udf_input_type.py | 25 ++++++----
.../tests/coercion/test_pandas_udf_return_type.py | 58 ++++++----------------
.../tests/coercion/test_python_udf_input_type.py | 17 ++++++-
.../tests/coercion/test_python_udf_return_type.py | 13 ++++-
20 files changed, 124 insertions(+), 63 deletions(-)
copy python/pyspark/sql/tests/coercion/{ =>
pandas_2}/golden_pandas_udf_input_type_coercion_base.csv (100%)
copy python/pyspark/sql/tests/coercion/{ =>
pandas_2}/golden_pandas_udf_input_type_coercion_base.md (100%)
copy python/pyspark/sql/tests/coercion/{ =>
pandas_2}/golden_pandas_udf_return_type_coercion_base.csv (100%)
rename python/pyspark/sql/tests/coercion/{ =>
pandas_2}/golden_pandas_udf_return_type_coercion_base.md (100%)
copy python/pyspark/sql/tests/coercion/{ =>
pandas_2}/golden_python_udf_input_type_coercion_with_arrow_and_pandas.csv (100%)
rename python/pyspark/sql/tests/coercion/{ =>
pandas_2}/golden_python_udf_input_type_coercion_with_arrow_and_pandas.md (100%)
copy python/pyspark/sql/tests/coercion/{ =>
pandas_2}/golden_python_udf_return_type_coercion_with_arrow_and_pandas.csv
(100%)
copy python/pyspark/sql/tests/coercion/{ =>
pandas_2}/golden_python_udf_return_type_coercion_with_arrow_and_pandas.md (100%)
rename python/pyspark/sql/tests/coercion/{ =>
pandas_3}/golden_pandas_udf_input_type_coercion_base.csv (96%)
rename python/pyspark/sql/tests/coercion/{ =>
pandas_3}/golden_pandas_udf_input_type_coercion_base.md (98%)
rename python/pyspark/sql/tests/coercion/{ =>
pandas_3}/golden_pandas_udf_return_type_coercion_base.csv (82%)
create mode 100644
python/pyspark/sql/tests/coercion/pandas_3/golden_pandas_udf_return_type_coercion_base.md
rename python/pyspark/sql/tests/coercion/{ =>
pandas_3}/golden_python_udf_input_type_coercion_with_arrow_and_pandas.csv (98%)
create mode 100644
python/pyspark/sql/tests/coercion/pandas_3/golden_python_udf_input_type_coercion_with_arrow_and_pandas.md
rename python/pyspark/sql/tests/coercion/{ =>
pandas_3}/golden_python_udf_return_type_coercion_with_arrow_and_pandas.csv
(100%)
rename python/pyspark/sql/tests/coercion/{ =>
pandas_3}/golden_python_udf_return_type_coercion_with_arrow_and_pandas.md (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]