This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
from 8394ebb52b9 [SPARK-45469][CORE][SQL][CONNECT][PYTHON] Replace `toIterator` with `iterator` for `IterableOnce` add e1a7b84f47b [SPARK-45397][ML][CONNECT] Add array assembler feature transformer No new revisions were added by this update. Summary of changes: .../docs/source/reference/pyspark.ml.connect.rst | 1 + python/pyspark/ml/connect/base.py | 6 +- python/pyspark/ml/connect/feature.py | 156 ++++++++++++++++++++- python/pyspark/ml/connect/util.py | 6 +- python/pyspark/ml/param/_shared_params_code_gen.py | 7 + python/pyspark/ml/param/shared.py | 22 +++ .../ml/tests/connect/test_legacy_mode_feature.py | 48 +++++++ 7 files changed, 238 insertions(+), 8 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org