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 fab0cca80eb4 [SPARK-50895][SQL] Create common interface for 
expressions which produce default string type
     add 3450184d332c [SPARK-50901][ML][PYTHON][CONNECT] Support Transformer 
`VectorAssembler`

No new revisions were added by this update.

Summary of changes:
 .../services/org.apache.spark.ml.Transformer       |   1 +
 python/pyspark/ml/connect/readwrite.py             |  48 +++---
 python/pyspark/ml/tests/test_feature.py            |  44 ++++++
 .../apache/spark/sql/connect/ml/MLHandler.scala    |  16 +-
 .../org/apache/spark/sql/connect/ml/MLUtils.scala  |  24 +++
 .../services/org.apache.spark.ml.Transformer       |   1 +
 .../spark/sql/connect/ml/MLBackendSuite.scala      | 159 +++++++-------------
 .../org/apache/spark/sql/connect/ml/MLHelper.scala | 160 +++++++++++++++++++-
 .../org/apache/spark/sql/connect/ml/MLSuite.scala  | 161 +++++++--------------
 9 files changed, 374 insertions(+), 240 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to