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

[spark] branch master updated (6bd385f -> a71dd6a)

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

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


    from 6bd385f  [SPARK-36159][BUILD] Replace 'python' to 'python3' in dev/test-dependencies.sh
     add a71dd6a  [SPARK-36146][PYTHON][INFRA][TESTS] Upgrade Python version from 3.6 to 3.9 in GitHub Actions' linter/docs

No new revisions were added by this update.

Summary of changes:
 .github/workflows/build_and_test.yml               | 11 +++--------
 python/pyspark/ml/linalg/__init__.pyi              |  2 +-
 python/pyspark/mllib/_typing.pyi                   |  2 +-
 python/pyspark/mllib/classification.pyi            |  2 +-
 python/pyspark/mllib/clustering.pyi                |  6 +++---
 python/pyspark/pandas/categorical.py               |  6 +++---
 .../pandas/data_type_ops/categorical_ops.py        | 16 ++++++++++------
 python/pyspark/pandas/frame.py                     | 10 +++++++---
 python/pyspark/pandas/indexes/category.py          |  8 ++++----
 python/pyspark/pandas/indexing.py                  |  4 ++--
 python/pyspark/pandas/ml.py                        |  2 +-
 python/pyspark/pandas/mlflow.py                    |  8 +++++---
 python/pyspark/pandas/namespace.py                 |  6 +++---
 python/pyspark/pandas/series.py                    |  5 +++--
 python/pyspark/pandas/tests/test_typedef.py        | 22 +++++++++++-----------
 python/pyspark/pandas/typedef/typehints.py         |  6 +++---
 .../pyspark/sql/pandas/_typing/protocols/frame.pyi |  2 +-
 17 files changed, 62 insertions(+), 56 deletions(-)

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