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/12 02:18:56 UTC

[spark] branch master updated (0e761c7 -> fd8081c)

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 0e761c7  [SPARK-35016][SQL] Format ANSI intervals in Hive style
     add fd8081c  [SPARK-34983][PYTHON] Renaming the package alias from pp to ps

No new revisions were added by this update.

Summary of changes:
 python/pyspark/pandas/accessors.py                |  78 +--
 python/pyspark/pandas/base.py                     | 138 ++---
 python/pyspark/pandas/categorical.py              |  16 +-
 python/pyspark/pandas/config.py                   |   2 +-
 python/pyspark/pandas/datetimes.py                | 144 +++---
 python/pyspark/pandas/exceptions.py               |   2 +-
 python/pyspark/pandas/extensions.py               |  16 +-
 python/pyspark/pandas/frame.py                    | 440 ++++++++--------
 python/pyspark/pandas/generic.py                  | 194 ++++----
 python/pyspark/pandas/groupby.py                  |  92 ++--
 python/pyspark/pandas/indexes/base.py             | 236 ++++-----
 python/pyspark/pandas/indexes/category.py         |  26 +-
 python/pyspark/pandas/indexes/datetimes.py        |  62 +--
 python/pyspark/pandas/indexes/multi.py            |  56 +--
 python/pyspark/pandas/indexes/numeric.py          |  28 +-
 python/pyspark/pandas/indexing.py                 |  16 +-
 python/pyspark/pandas/internal.py                 |  16 +-
 python/pyspark/pandas/ml.py                       |  12 +-
 python/pyspark/pandas/mlflow.py                   |   6 +-
 python/pyspark/pandas/namespace.py                | 244 ++++-----
 python/pyspark/pandas/numpy_compat.py             |   2 +-
 python/pyspark/pandas/plot/core.py                |  58 +--
 python/pyspark/pandas/plot/plotly.py              |  20 +-
 python/pyspark/pandas/series.py                   | 292 +++++------
 python/pyspark/pandas/spark/accessors.py          |  94 ++--
 python/pyspark/pandas/sql_processor.py            |  32 +-
 python/pyspark/pandas/strings.py                  | 292 +++++------
 python/pyspark/pandas/testing/utils.py            |   4 +-
 python/pyspark/pandas/tests/test_dataframe.py     | 580 +++++++++++-----------
 python/pyspark/pandas/typedef/string_typehints.py |   6 +-
 python/pyspark/pandas/typedef/typehints.py        |  32 +-
 python/pyspark/pandas/utils.py                    |  10 +-
 python/pyspark/pandas/window.py                   |  90 ++--
 33 files changed, 1668 insertions(+), 1668 deletions(-)

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