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 f49047130fdb [SPARK-52659][SQL] Misleading modulo error message in 
ansi mode
     add 010d36f21940 [SPARK-53507][CONNECT] Add breaking change info to errors

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/spark/SparkThrowable.java |   6 +
 .../org/apache/spark/ErrorClassesJSONReader.scala  |  57 ++++++-
 .../org/apache/spark/SparkThrowableHelper.scala    |  21 +++
 .../org/apache/spark/SparkThrowableSuite.scala     |  84 ++++++++++
 python/pyspark/errors/exceptions/base.py           |  19 ++-
 python/pyspark/errors/exceptions/connect.py        |  32 +++-
 .../errors/tests/test_connect_errors_conversion.py | 176 +++++++++++++++++++++
 python/pyspark/errors/tests/test_errors.py         |  54 +++++++
 python/pyspark/errors/utils.py                     |  37 +++++
 python/pyspark/sql/connect/proto/base_pb2.py       |  26 +--
 python/pyspark/sql/connect/proto/base_pb2.pyi      | 109 +++++++++++++
 .../src/main/protobuf/spark/connect/base.proto     |  26 +++
 .../spark/sql/connect/utils/ErrorUtils.scala       |  19 +++
 .../service/FetchErrorDetailsHandlerSuite.scala    | 165 +++++++++++++++++++
 14 files changed, 813 insertions(+), 18 deletions(-)


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

Reply via email to