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/04/15 23:54:22 UTC

[spark] branch master updated (ba92de0 -> 4aee19e)

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 ba92de0  [SPARK-34843][SQL][FOLLOWUP] Fix a test failure in OracleIntegrationSuite
     add 4aee19e  [SPARK-35032][PYTHON] Port Koalas Index unit tests into PySpark

No new revisions were added by this update.

Summary of changes:
 dev/sparktestsupport/modules.py                    |   46 +-
 .../tests => pandas/tests/indexes}/__init__.py     |    0
 python/pyspark/pandas/tests/indexes/test_base.py   | 2308 ++++++++++++++++++++
 .../pyspark/pandas/tests/indexes/test_category.py  |  124 ++
 .../pyspark/pandas/tests/indexes/test_datetime.py  |  232 ++
 python/pyspark/pandas/tests/test_indexops_spark.py |   74 +
 6 files changed, 2763 insertions(+), 21 deletions(-)
 copy python/pyspark/{streaming/tests => pandas/tests/indexes}/__init__.py (100%)
 create mode 100644 python/pyspark/pandas/tests/indexes/test_base.py
 create mode 100644 python/pyspark/pandas/tests/indexes/test_category.py
 create mode 100644 python/pyspark/pandas/tests/indexes/test_datetime.py
 create mode 100644 python/pyspark/pandas/tests/test_indexops_spark.py

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