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 5ec13854620 [SPARK-43334][UI] Fix error while serializing 
ExecutorPeakMetricsDistributions into API response
     add 46949e692e8 [SPARK-43545][SQL][PYTHON] Support nested timestamp type

No new revisions were added by this update.

Summary of changes:
 python/pyspark/pandas/typedef/typehints.py         |   2 +-
 python/pyspark/sql/connect/client/core.py          |   2 +-
 python/pyspark/sql/connect/dataframe.py            |   4 +-
 python/pyspark/sql/connect/types.py                |  21 ++-
 python/pyspark/sql/pandas/conversion.py            | 113 ++++++++++++--
 python/pyspark/sql/pandas/types.py                 | 132 ++++++++++-------
 .../pyspark/sql/tests/connect/test_parity_arrow.py |   6 +
 .../connect/test_parity_pandas_udf_grouped_agg.py  |   7 +-
 .../tests/connect/test_parity_pandas_udf_scalar.py |   5 -
 .../tests/connect/test_parity_pandas_udf_window.py |   2 +-
 .../sql/tests/pandas/test_pandas_cogrouped_map.py  |  16 +-
 .../sql/tests/pandas/test_pandas_grouped_map.py    |  56 ++++---
 .../tests/pandas/test_pandas_udf_grouped_agg.py    |  15 +-
 .../sql/tests/pandas/test_pandas_udf_scalar.py     |  38 ++++-
 .../sql/tests/pandas/test_pandas_udf_window.py     |  13 +-
 python/pyspark/sql/tests/test_arrow.py             | 164 ++++++++++++++++++---
 16 files changed, 455 insertions(+), 141 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to