You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ru...@apache.org on 2020/02/08 00:47:47 UTC

[spark] branch master updated (a7451f4 -> 12e1bba)

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

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


    from a7451f4  [SPARK-30614][SQL] The native ALTER COLUMN syntax should change one property at a time
     add 12e1bba  Revert "[SPARK-30642][SPARK-30659][SPARK-30660][SPARK-30662]"

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/serializer/KryoSerializer.scala   |   1 -
 .../scala/org/apache/spark/ml/linalg/BLAS.scala    |   1 +
 .../apache/spark/ml/classification/LinearSVC.scala |  51 ++---
 .../ml/classification/LogisticRegression.scala     |  58 ++---
 .../MultilayerPerceptronClassifier.scala           |  22 +-
 .../org/apache/spark/ml/feature/Instance.scala     | 130 +----------
 .../ml/optim/aggregator/HingeAggregator.scala      | 102 ++-------
 .../ml/optim/aggregator/HuberAggregator.scala      | 103 ++-------
 .../optim/aggregator/LeastSquaresAggregator.scala  |  74 ++----
 .../ml/optim/aggregator/LogisticAggregator.scala   | 252 +++------------------
 .../ml/param/shared/SharedParamsCodeGen.scala      |   6 +-
 .../spark/ml/param/shared/sharedParams.scala       |  23 +-
 .../org/apache/spark/ml/recommendation/ALS.scala   |  46 +---
 .../spark/ml/regression/LinearRegression.scala     |  49 ++--
 .../mllib/classification/LogisticRegression.scala  |   4 +-
 .../spark/ml/classification/LinearSVCSuite.scala   |   2 +-
 .../classification/LogisticRegressionSuite.scala   |   4 +-
 .../apache/spark/ml/feature/InstanceSuite.scala    |  31 ---
 .../ml/optim/aggregator/HingeAggregatorSuite.scala |  52 +----
 .../ml/optim/aggregator/HuberAggregatorSuite.scala |  61 +----
 .../aggregator/LeastSquaresAggregatorSuite.scala   |  62 +----
 .../optim/aggregator/LogisticAggregatorSuite.scala |  56 +----
 python/pyspark/ml/classification.py                |  67 +++---
 python/pyspark/ml/param/_shared_params_code_gen.py |   5 +-
 python/pyspark/ml/param/shared.py                  |  18 --
 python/pyspark/ml/recommendation.py                |  29 +--
 python/pyspark/ml/regression.py                    |  22 +-
 27 files changed, 260 insertions(+), 1071 deletions(-)


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