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 b414b895ffd [SPARK-41994] Assign SQLSTATE's (1/2)
add d5b08f8d99b [SPARK-40264][ML] add batch_infer_udf function to
pyspark.ml.functions
No new revisions were added by this update.
Summary of changes:
dev/sparktestsupport/modules.py | 2 +
python/pyspark/ml/functions.py | 637 +++++++++++++++++++++
python/pyspark/ml/model_cache.py | 55 ++
python/pyspark/ml/tests/test_functions.py | 501 ++++++++++++++++
.../tests/test_model_cache.py} | 35 +-
5 files changed, 1218 insertions(+), 12 deletions(-)
create mode 100644 python/pyspark/ml/model_cache.py
create mode 100644 python/pyspark/ml/tests/test_functions.py
copy python/pyspark/{sql/tests/connect/test_parity_datasources.py =>
ml/tests/test_model_cache.py} (54%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]