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 2023/03/01 09:31:48 UTC

[spark] branch master updated (69d15c3a0e0 -> 9d2fe90c9c8)

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 69d15c3a0e0 [SPARK-42628][SQL][DOCS] Add a migration note for bloom filter join
     add 9d2fe90c9c8 [SPARK-42593][PS] Deprecate & remove the APIs that will be removed in pandas 2.0

No new revisions were added by this update.

Summary of changes:
 python/pyspark/pandas/base.py                   |  86 +++++++++++-
 python/pyspark/pandas/categorical.py            | 174 ++++--------------------
 python/pyspark/pandas/datetimes.py              |   9 ++
 python/pyspark/pandas/frame.py                  |  29 ++++
 python/pyspark/pandas/generic.py                |   6 +
 python/pyspark/pandas/groupby.py                |  35 ++++-
 python/pyspark/pandas/indexes/base.py           |  21 ++-
 python/pyspark/pandas/indexes/numeric.py        |   4 +
 python/pyspark/pandas/missing/frame.py          |   4 -
 python/pyspark/pandas/missing/groupby.py        |   2 -
 python/pyspark/pandas/missing/indexes.py        |   2 -
 python/pyspark/pandas/missing/resample.py       |   4 -
 python/pyspark/pandas/missing/series.py         |   6 -
 python/pyspark/pandas/namespace.py              |  20 +++
 python/pyspark/pandas/plot/matplotlib.py        |   3 +
 python/pyspark/pandas/series.py                 |  24 +++-
 python/pyspark/pandas/tests/test_categorical.py | 101 +-------------
 python/pyspark/pandas/window.py                 |   2 +-
 18 files changed, 268 insertions(+), 264 deletions(-)


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