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/14 01:18:12 UTC

[spark] branch master updated (db98074 -> 31d8489)

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 db98074  [MINOR][PYTHON] Replace Iterable import from collections with collections.abc
     add 31d8489  [SPARK-37903][PYTHON] Replace string_typehints with get_type_hints

No new revisions were added by this update.

Summary of changes:
 python/pyspark/pandas/datetimes.py                |  64 ++++--------
 python/pyspark/pandas/frame.py                    |  13 +--
 python/pyspark/pandas/indexes/datetimes.py        |   6 +-
 python/pyspark/pandas/indexes/timedelta.py        |   3 +-
 python/pyspark/pandas/namespace.py                |   5 +-
 python/pyspark/pandas/strings.py                  | 116 +++++++---------------
 python/pyspark/pandas/tests/test_categorical.py   |   4 +-
 python/pyspark/pandas/tests/test_typedef.py       |  12 ---
 python/pyspark/pandas/typedef/string_typehints.py |  40 --------
 python/pyspark/pandas/typedef/typehints.py        |  19 +---
 10 files changed, 77 insertions(+), 205 deletions(-)
 delete mode 100644 python/pyspark/pandas/typedef/string_typehints.py

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