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/07 06:04:53 UTC

[spark] branch master updated (1c5117b -> aaa349d)

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 1c5117b  [SPARK-37820][SQL] Replace ApacheCommonBase64 with JavaBase64 for string funcs
     add aaa349d  [SPARK-37834][PYTHON][INFRA] Reenable length check in Python linter

No new revisions were added by this update.

Summary of changes:
 dev/is-changed.py                                  | 12 +++++++---
 dev/run-tests.py                                   |  7 +++++-
 dev/tox.ini                                        |  3 +--
 python/pyspark/context.py                          | 28 ++++++++++++++++------
 python/pyspark/files.py                            |  2 +-
 python/pyspark/ml/common.py                        | 12 ++++++----
 python/pyspark/ml/param/_shared_params_code_gen.py | 21 ++++++++--------
 python/pyspark/mllib/common.py                     | 12 ++++++----
 python/pyspark/pandas/__init__.py                  |  8 +++++--
 python/pyspark/pandas/accessors.py                 |  2 +-
 python/pyspark/pandas/categorical.py               |  6 ++++-
 python/pyspark/pandas/data_type_ops/num_ops.py     |  6 ++++-
 python/pyspark/pandas/frame.py                     | 20 +++++++++++-----
 python/pyspark/pandas/generic.py                   |  8 +++++--
 python/pyspark/pandas/indexes/base.py              |  8 +++++--
 python/pyspark/pandas/indexes/timedelta.py         | 12 +++++++---
 python/pyspark/pandas/namespace.py                 | 19 +++++++++++----
 python/pyspark/pandas/plot/matplotlib.py           | 12 ++++++----
 python/pyspark/pandas/series.py                    | 10 ++++++--
 python/pyspark/pandas/sql_formatter.py             |  3 ++-
 python/pyspark/pandas/tests/test_dataframe.py      |  5 ++--
 python/pyspark/resource/profile.py                 |  9 +++----
 python/pyspark/resource/requests.py                |  5 +---
 python/pyspark/sql/catalog.py                      |  5 ++--
 python/pyspark/sql/functions.py                    |  8 +++----
 python/pyspark/sql/pandas/conversion.py            |  8 +++++--
 python/pyspark/sql/pandas/types.py                 | 10 ++++++--
 python/pyspark/sql/session.py                      |  4 +---
 python/pyspark/sql/streaming.py                    | 12 ++++------
 python/pyspark/sql/utils.py                        |  6 +----
 python/pyspark/streaming/kinesis.py                |  6 ++---
 python/pyspark/tests/test_readwrite.py             |  6 +++--
 32 files changed, 187 insertions(+), 108 deletions(-)

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