You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ze...@apache.org on 2022/01/07 15:45:15 UTC

[spark] branch master updated (9000339 -> 16eb9d8)

This is an automated email from the ASF dual-hosted git repository.

zero323 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 9000339  [SPARK-37836][PYTHON][INFRA] Enable F841, E722, E305 and E226 for PEP 8 compliance
     add 16eb9d8  [SPARK-37419][PYTHON][ML] Rewrite _shared_params_code_gen.py to inline type hints for ml/param/shared.py

No new revisions were added by this update.

Summary of changes:
 python/pyspark/ml/param/__init__.pyi               |   5 +-
 python/pyspark/ml/param/_shared_params_code_gen.py | 164 ++++++++++-----
 .../pyspark/ml/param/_shared_params_code_gen.pyi   |  19 --
 python/pyspark/ml/param/shared.py                  | 226 +++++++++++----------
 python/pyspark/ml/param/shared.pyi                 | 192 -----------------
 5 files changed, 240 insertions(+), 366 deletions(-)
 delete mode 100644 python/pyspark/ml/param/_shared_params_code_gen.pyi
 delete mode 100644 python/pyspark/ml/param/shared.pyi

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