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 1f929c3095f [SPARK-42061][SQL] mark expression InvokeLike and
ExternalMapToCatalyst stateful
add 1de83500f46 [SPARK-42078][PYTHON] Migrate errors thrown by JVM into
`PySparkException`
No new revisions were added by this update.
Summary of changes:
python/docs/source/reference/pyspark.errors.rst | 23 +++
python/pyspark/errors/__init__.py | 20 +-
python/pyspark/errors/exceptions.py | 218 ++++++++++++++++++++-
python/pyspark/mllib/tests/test_linalg.py | 4 +-
python/pyspark/mllib/tests/test_stat.py | 2 +-
python/pyspark/pandas/indexing.py | 2 +-
python/pyspark/pandas/tests/test_indexops_spark.py | 2 +-
python/pyspark/pandas/tests/test_reshape.py | 2 +-
python/pyspark/pandas/tests/test_sql.py | 2 +-
python/pyspark/sql/context.py | 2 +-
python/pyspark/sql/session.py | 3 +-
python/pyspark/sql/streaming/__init__.py | 2 +-
python/pyspark/sql/streaming/query.py | 2 +-
.../sql/tests/pandas/test_pandas_cogrouped_map.py | 2 +-
.../sql/tests/pandas/test_pandas_grouped_map.py | 2 +-
python/pyspark/sql/tests/pandas/test_pandas_map.py | 2 +-
python/pyspark/sql/tests/pandas/test_pandas_udf.py | 2 +-
.../tests/pandas/test_pandas_udf_grouped_agg.py | 2 +-
.../sql/tests/pandas/test_pandas_udf_scalar.py | 2 +-
.../sql/tests/pandas/test_pandas_udf_window.py | 2 +-
.../pyspark/sql/tests/streaming/test_streaming.py | 6 +-
python/pyspark/sql/tests/test_column.py | 2 +-
python/pyspark/sql/tests/test_dataframe.py | 2 +-
python/pyspark/sql/tests/test_types.py | 2 +-
python/pyspark/sql/tests/test_udf.py | 2 +-
python/pyspark/sql/tests/test_utils.py | 2 +-
python/pyspark/sql/utils.py | 199 ++-----------------
python/pyspark/tests/test_profiler.py | 2 +-
28 files changed, 299 insertions(+), 216 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]