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

ueshin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 5f41a27  [SPARK-36164][INFRA][FOLLOWUP] Add empty string check back
     add c22f7a48 [SPARK-36167][PYTHON] 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  |  69 ++++++++++++
 python/pyspark/pandas/tests/test_categorical.py    |  11 ++
 python/pyspark/pandas/tests/test_dataframe.py      |   9 +-
 12 files changed, 312 insertions(+), 95 deletions(-)

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

Reply via email to