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 2021/07/20 00:31:05 UTC

[spark] branch branch-3.2 updated (48fadee -> 55c9dbd)

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a change to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 48fadee  [SPARK-36127][PYTHON] Support comparison between a Categorical and a scalar
     add 55c9dbd  [SPARK-36167][PYTHON][3.2] Revisit more InternalField managements

No new revisions were added by this update.

Summary of changes:
 python/pyspark/pandas/categorical.py               |  14 ++-
 .../pandas/data_type_ops/categorical_ops.py        |   3 +-
 python/pyspark/pandas/frame.py                     | 117 +++++++++++++--------
 python/pyspark/pandas/indexes/base.py              |  98 +++++++++++------
 python/pyspark/pandas/indexes/category.py          |  13 ++-
 python/pyspark/pandas/indexes/multi.py             |  18 ++--
 python/pyspark/pandas/internal.py                  |   7 ++
 python/pyspark/pandas/series.py                    |  30 ++++--
 python/pyspark/pandas/tests/indexes/test_base.py   |  18 +++-
 .../pyspark/pandas/tests/indexes/test_category.py  |  81 ++++++++++++++
 python/pyspark/pandas/tests/test_categorical.py    |  11 ++
 python/pyspark/pandas/tests/test_dataframe.py      |   9 +-
 12 files changed, 324 insertions(+), 95 deletions(-)

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