This is an automated email from the ASF dual-hosted git repository.
maxgekk pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/spark.git
from 83ae6f4084f [SPARK-38796][SQL] Implement the to_number and
try_to_number SQL functions according to a new specification
add fae6a1c5e08 [SPARK-38791][SQL][3.3] Output parameter values of error
classes in the SQL style
No new revisions were added by this update.
Summary of changes:
.../org/apache/spark/unsafe/types/UTF8String.java | 8 ++---
.../spark/sql/catalyst/util/IntervalUtils.scala | 15 +++++---
.../apache/spark/sql/errors/QueryErrorsBase.scala | 40 +++++++++++++--------
.../spark/sql/errors/QueryExecutionErrors.scala | 36 ++++++++++---------
.../catalyst/expressions/AnsiCastSuiteBase.scala | 16 ++++-----
.../spark/sql/catalyst/expressions/CastSuite.scala | 24 ++++++++++---
.../resources/sql-tests/results/ansi/cast.sql.out | 42 +++++++++++-----------
.../resources/sql-tests/results/ansi/date.sql.out | 4 +--
.../sql-tests/results/ansi/interval.sql.out | 12 +++----
.../results/ansi/string-functions.sql.out | 8 ++---
.../sql-tests/results/postgreSQL/float4.sql.out | 8 ++---
.../sql-tests/results/postgreSQL/float8.sql.out | 10 +++---
.../sql-tests/results/postgreSQL/int8.sql.out | 8 ++---
.../sql-tests/results/postgreSQL/text.sql.out | 4 +--
.../results/postgreSQL/window_part2.sql.out | 2 +-
.../results/postgreSQL/window_part4.sql.out | 2 +-
.../org/apache/spark/sql/SQLInsertTestSuite.scala | 2 +-
.../sql/errors/QueryExecutionErrorsSuite.scala | 2 +-
.../org/apache/spark/sql/sources/InsertSuite.scala | 8 ++---
19 files changed, 142 insertions(+), 109 deletions(-)
copy mllib/src/main/scala/org/apache/spark/mllib/tree/configuration/Algo.scala
=>
sql/catalyst/src/main/scala/org/apache/spark/sql/errors/QueryErrorsBase.scala
(50%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]