This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
from e0b09a17e13 [SPARK-41777][PYSPARK][ML] Integration testing for
TorchDistributor
add 68af2fd106e [SPARK-42082][SPARK-41598][PYTHON][CONNECT] Introduce
`PySparkValueError` and `PySparkTypeError`
No new revisions were added by this update.
Summary of changes:
dev/tox.ini | 2 +
python/pyspark/errors/__init__.py | 4 +
python/pyspark/errors/error_classes.py | 45 +++++
python/pyspark/errors/exceptions.py | 12 ++
python/pyspark/sql/connect/functions.py | 84 ++++++---
python/pyspark/sql/functions.py | 89 +++++++---
.../sql/tests/connect/test_connect_function.py | 12 +-
python/pyspark/sql/tests/test_functions.py | 189 +++++++++++++++++++--
python/pyspark/testing/connectutils.py | 3 +-
python/pyspark/testing/sqlutils.py | 4 +-
python/pyspark/testing/utils.py | 61 ++++---
11 files changed, 408 insertions(+), 97 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]