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 eaa1358  [SPARK-37389][SQL][FOLLOWUP] SET command shuold not parse 
comments
     add 654cd97  [SPARK-37511][PYTHON] Introduce TimedeltaIndex to pandas API 
on Spark

No new revisions were added by this update.

Summary of changes:
 .../source/reference/pyspark.pandas/indexing.rst   |   7 ++
 python/pyspark/pandas/__init__.py                  |   2 +
 python/pyspark/pandas/data_type_ops/base.py        |   4 +
 .../data_type_ops/{udt_ops.py => timedelta_ops.py} |   7 +-
 python/pyspark/pandas/indexes/__init__.py          |   1 +
 python/pyspark/pandas/indexes/base.py              |  14 ++-
 python/pyspark/pandas/indexes/timedelta.py         | 100 +++++++++++++++++++++
 python/pyspark/pandas/internal.py                  |  11 +++
 python/pyspark/pandas/missing/indexes.py           |  18 ++++
 python/pyspark/pandas/tests/indexes/test_base.py   |  41 ++++++++-
 python/pyspark/pandas/typedef/typehints.py         |   6 ++
 11 files changed, 205 insertions(+), 6 deletions(-)
 copy python/pyspark/pandas/data_type_ops/{udt_ops.py => timedelta_ops.py} (89%)
 create mode 100644 python/pyspark/pandas/indexes/timedelta.py

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

Reply via email to