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 2020/11/25 00:31:44 UTC

[spark] branch master updated (95b6dab -> 665817b)

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 95b6dab  [SPARK-33287][SS][UI] Expose state custom metrics information on SS UI
     add 665817b  [SPARK-33457][PYTHON] Adjust mypy configuration

No new revisions were added by this update.

Summary of changes:
 python/mypy.ini                           | 87 +++++++++++++++++++++++++++++++
 python/pyspark/broadcast.pyi              | 10 ++--
 python/pyspark/context.pyi                | 25 +++++++--
 python/pyspark/ml/classification.pyi      |  6 +--
 python/pyspark/ml/common.pyi              | 10 +++-
 python/pyspark/ml/evaluation.pyi          | 24 +++++----
 python/pyspark/ml/feature.pyi             | 20 ++++---
 python/pyspark/ml/linalg/__init__.pyi     | 36 ++++++-------
 python/pyspark/ml/pipeline.pyi            |  4 +-
 python/pyspark/ml/regression.pyi          | 10 ++--
 python/pyspark/mllib/classification.pyi   |  2 +-
 python/pyspark/mllib/clustering.pyi       |  6 ++-
 python/pyspark/mllib/common.pyi           | 20 ++++---
 python/pyspark/mllib/linalg/__init__.pyi  | 45 ++++++++++------
 python/pyspark/mllib/random.pyi           |  2 +-
 python/pyspark/mllib/recommendation.pyi   |  4 +-
 python/pyspark/mllib/stat/_statistics.pyi |  2 +-
 python/pyspark/rdd.pyi                    |  8 ++-
 python/pyspark/resource/profile.pyi       |  2 +-
 python/pyspark/sql/column.pyi             |  8 ++-
 python/pyspark/sql/context.pyi            |  6 +--
 python/pyspark/sql/functions.pyi          |  8 +--
 python/pyspark/sql/session.pyi            | 10 +++-
 python/pyspark/sql/types.pyi              | 15 +++---
 python/pyspark/sql/udf.pyi                |  7 +--
 python/pyspark/streaming/context.pyi      |  2 +-
 python/pyspark/streaming/dstream.pyi      | 10 +++-
 python/pyspark/streaming/kinesis.pyi      |  2 +-
 28 files changed, 277 insertions(+), 114 deletions(-)


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