You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2022/09/20 14:15:13 UTC

[spark] branch master updated (e021f8b767c -> d86d646c762)

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 e021f8b767c [SPARK-40419][SQL][TESTS][FOLLOW-UP] Fix test to skip when package is unavailable
     add d86d646c762 [SPARK-40479][SQL] Migrate unexpected input type error to an error class

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   |   5 +
 .../sql/catalyst/analysis/CheckAnalysis.scala      |   2 +
 .../catalyst/expressions/ExpectsInputTypes.scala   |  21 +-
 .../expressions/collectionOperations.scala         |   2 +-
 .../expressions/complexTypeExtractors.scala        |   2 +-
 .../sql/catalyst/analysis/AnalysisErrorSuite.scala |  67 ++-
 .../sql/catalyst/analysis/AnalysisSuite.scala      |  64 ++-
 .../analysis/ExpressionTypeCheckingSuite.scala     |  91 +++-
 .../sql/catalyst/expressions/PredicateSuite.scala  |   9 +-
 .../aggregate/AggregateExpressionSuite.scala       |  57 +--
 .../ApproxCountDistinctForIntervalsSuite.scala     |  14 +-
 .../aggregate/ApproximatePercentileSuite.scala     |  13 +-
 .../expressions/aggregate/PercentileSuite.scala    |  24 +-
 .../resources/sql-tests/results/ansi/array.sql.out |  19 +-
 .../resources/sql-tests/results/ansi/date.sql.out  | 171 ++++++-
 .../sql-tests/results/ansi/interval.sql.out        |  95 +++-
 .../sql-tests/results/ansi/literals.sql.out        | 171 ++++++-
 .../sql-tests/results/ansi/try_arithmetic.sql.out  |  19 +-
 .../test/resources/sql-tests/results/array.sql.out |  19 +-
 .../resources/sql-tests/results/bitwise.sql.out    |  38 +-
 .../test/resources/sql-tests/results/date.sql.out  | 247 +++++++++-
 .../sql-tests/results/datetime-legacy.sql.out      | 323 ++++++++++++-
 .../resources/sql-tests/results/group-by.sql.out   | 114 ++++-
 .../resources/sql-tests/results/interval.sql.out   |  95 +++-
 .../sql-tests/results/json-functions.sql.out       |  38 +-
 .../resources/sql-tests/results/literals.sql.out   | 171 ++++++-
 .../resources/sql-tests/results/random.sql.out     |  38 +-
 .../resources/sql-tests/results/timestamp.sql.out  |  76 ++-
 .../results/timestampNTZ/timestamp.sql.out         |  76 ++-
 .../sql-tests/results/try_arithmetic.sql.out       |  19 +-
 .../typeCoercion/native/dateTimeOperations.sql.out | 513 ++++++++++++++++++--
 .../typeCoercion/native/decimalPrecision.sql.out   | 456 +++++++++++++++++-
 .../typeCoercion/native/promoteStrings.sql.out     |  95 +++-
 .../sql-tests/results/udf/udf-group-by.sql.out     |  76 ++-
 .../apache/spark/sql/DataFrameAggregateSuite.scala |  34 +-
 .../apache/spark/sql/DataFrameFunctionsSuite.scala | 517 ++++++++++++++++-----
 .../apache/spark/sql/StringFunctionsSuite.scala    |  21 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  20 +-
 38 files changed, 3422 insertions(+), 410 deletions(-)


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