You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/01/18 23:36:30 UTC

[spark] branch master updated (1f496fb -> eab2331)

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 1f496fb  [SPARK-37949][SQL] Improve Rebalance statistics estimation
     add eab2331  [SPARK-37850][PYTHON][INFRA] Enable flake's E731 rule in PySpark

No new revisions were added by this update.

Summary of changes:
 dev/tox.ini                                        |   3 -
 python/pyspark/pandas/accessors.py                 |  38 +++++---
 python/pyspark/pandas/frame.py                     |  39 +++++---
 python/pyspark/pandas/groupby.py                   |  18 ++--
 python/pyspark/pandas/missing/common.py            |  99 ++++++++++++--------
 python/pyspark/pandas/namespace.py                 |  15 +--
 python/pyspark/pandas/series.py                    |   7 +-
 python/pyspark/pandas/tests/test_groupby.py        | 104 ++++++++++++++++-----
 .../tests/test_ops_on_diff_frames_groupby.py       |  28 ++++--
 python/pyspark/pandas/tests/test_series_string.py  |   5 +-
 python/pyspark/pandas/utils.py                     |   4 +-
 python/pyspark/rdd.py                              |  10 +-
 python/pyspark/sql/session.py                      |   4 +-
 python/pyspark/sql/tests/test_pandas_udf_scalar.py |  14 ++-
 python/pyspark/sql/tests/test_udf.py               |   3 +-
 python/pyspark/sql/types.py                        |  37 ++++++--
 python/pyspark/streaming/dstream.py                |  25 ++++-
 python/pyspark/tests/test_rdd.py                   |   4 +-
 python/pyspark/tests/test_serializers.py           |   5 +-
 python/pyspark/worker.py                           |   3 +-
 20 files changed, 327 insertions(+), 138 deletions(-)

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