This is an automated email from the ASF dual-hosted git repository.

maxgekk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


    from 8895ac222ed [SPARK-38966][CI] Allow fork branches to be in-sync with 
upstream master
     add 5aba2b38bea [SPARK-38949][SQL] Wrap SQL statements by double quotes in 
error messages

No new revisions were added by this update.

Summary of changes:
 python/pyspark/sql/tests/test_udf.py               | 13 ++--
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  2 +-
 .../spark/sql/errors/QueryCompilationErrors.scala  |  6 +-
 .../apache/spark/sql/errors/QueryErrorsBase.scala  |  4 +-
 .../spark/sql/errors/QueryExecutionErrors.scala    |  4 +-
 .../spark/sql/errors/QueryParsingErrors.scala      | 71 ++++++++++++++++------
 .../ExtractPythonUDFFromJoinConditionSuite.scala   |  4 +-
 .../sql/catalyst/parser/PlanParserSuite.scala      |  2 +-
 .../resources/sql-tests/results/describe.sql.out   |  4 +-
 .../sql-tests/results/join-lateral.sql.out         |  4 +-
 .../resources/sql-tests/results/transform.sql.out  |  4 +-
 .../errors/QueryCompilationErrorsDSv2Suite.scala   |  2 +-
 .../sql/errors/QueryCompilationErrorsSuite.scala   |  8 ++-
 .../sql/errors/QueryExecutionErrorsSuite.scala     |  4 +-
 .../spark/sql/errors/QueryParsingErrorsSuite.scala | 57 ++++++++---------
 .../execution/SparkScriptTransformationSuite.scala |  2 +-
 .../sql/execution/command/DDLParserSuite.scala     |  4 +-
 17 files changed, 114 insertions(+), 81 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to