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 14:44:42 UTC

[spark] branch master updated (a1180e4 -> 9000339)

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 a1180e4  Revert "[SPARK-37193][SQL] DynamicJoinSelection.shouldDemoteBroadcastHashJoin should not apply to outer joins"
     add 9000339  [SPARK-37836][PYTHON][INFRA] Enable F841, E722, E305 and E226 for PEP 8 compliance

No new revisions were added by this update.

Summary of changes:
 dev/.gitignore                                       |  2 --
 dev/create-release/generate-contributors.py          |  2 ++
 dev/create-release/releaseutils.py                   |  1 +
 dev/create-release/translate-contributors.py         |  1 +
 dev/github_jira_sync.py                              |  2 +-
 dev/merge_spark_pr.py                                | 12 +++++-------
 dev/sparktestsupport/modules.py                      |  1 +
 dev/sparktestsupport/utils.py                        |  3 ++-
 dev/tox.ini                                          | 20 ++++++++++++--------
 examples/src/main/python/logistic_regression.py      |  1 +
 examples/src/main/python/ml/bucketizer_example.py    |  2 +-
 examples/src/main/python/sql/basic.py                |  1 +
 examples/src/main/python/status_api_demo.py          |  1 +
 examples/src/main/python/streaming/hdfs_wordcount.py |  2 +-
 .../src/main/python/streaming/network_wordcount.py   |  2 +-
 .../python/streaming/network_wordjoinsentiments.py   |  1 +
 .../streaming/recoverable_network_wordcount.py       |  1 +
 .../main/python/streaming/sql_network_wordcount.py   |  2 +-
 .../examples/streaming/kinesis_wordcount_asl.py      |  2 +-
 python/pyspark/context.py                            |  2 +-
 python/pyspark/daemon.py                             |  2 +-
 python/pyspark/ml/linalg/__init__.py                 |  2 +-
 python/pyspark/ml/tests/test_persistence.py          |  2 +-
 python/pyspark/ml/tests/test_tuning.py               |  6 +-----
 python/pyspark/ml/tests/test_wrapper.py              |  2 +-
 python/pyspark/mllib/classification.py               |  4 ++--
 python/pyspark/mllib/linalg/__init__.py              |  2 +-
 python/pyspark/mllib/regression.py                   |  6 +++---
 python/pyspark/mllib/tests/test_algorithms.py        |  2 +-
 .../pyspark/mllib/tests/test_streaming_algorithms.py |  1 -
 python/pyspark/mllib/tests/test_util.py              |  2 +-
 python/pyspark/pandas/data_type_ops/base.py          |  1 -
 python/pyspark/pandas/frame.py                       |  8 ++++----
 python/pyspark/pandas/sql_processor.py               |  4 ++--
 .../pandas/tests/data_type_ops/test_boolean_ops.py   |  4 ++--
 .../pandas/tests/test_dataframe_conversion.py        |  3 +--
 .../pyspark/pandas/tests/test_dataframe_spark_io.py  |  4 ----
 python/pyspark/pandas/tests/test_series_datetime.py  | 14 ++++++++------
 python/pyspark/rdd.py                                |  8 ++++----
 python/pyspark/sql/dataframe.py                      |  4 ++--
 python/pyspark/sql/tests/test_column.py              |  2 +-
 python/pyspark/sql/tests/test_streaming.py           |  2 +-
 python/pyspark/sql/types.py                          |  4 ++--
 python/pyspark/streaming/tests/test_dstream.py       |  8 ++++----
 python/pyspark/streaming/tests/test_kinesis.py       |  2 +-
 python/pyspark/streaming/util.py                     |  6 +++---
 python/pyspark/testing/streamingutils.py             |  4 ++--
 python/pyspark/tests/test_context.py                 |  8 ++++----
 python/pyspark/tests/test_profiler.py                |  2 +-
 python/pyspark/tests/test_rdd.py                     |  2 +-
 python/pyspark/tests/test_readwrite.py               | 10 ++++++----
 python/pyspark/tests/test_shuffle.py                 |  6 +++---
 python/run-tests.py                                  |  8 ++++----
 python/setup.py                                      |  2 +-
 .../test/resources/data/scripts/input20_script.py    |  2 +-
 55 files changed, 107 insertions(+), 103 deletions(-)
 delete mode 100644 dev/.gitignore

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