You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2019/11/19 07:38:28 UTC

[spark] branch master updated (5ac37a8 -> 16134d6)

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

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


    from 5ac37a8  [SPARK-29869][SQL] improve error message in HiveMetastoreCatalog#convertToLogicalRelation
     add 16134d6  [SPARK-29948][SQL] make the default alias consistent between date, timestamp and interval

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/expressions/literals.scala  |   4 +-
 .../expressions/ExpressionSQLBuilderSuite.scala    |   6 +-
 .../expressions/LiteralExpressionSuite.scala       |   2 +-
 .../sql-tests/results/ansi/interval.sql.out        | 136 ++++++++++-----------
 .../sql-tests/results/ansi/literals.sql.out        |   2 +-
 .../test/resources/sql-tests/results/array.sql.out |   2 +-
 .../test/resources/sql-tests/results/cast.sql.out  |   2 +-
 .../resources/sql-tests/results/datetime.sql.out   |   4 +-
 .../results/interval-display-iso_8601.sql.out      |   2 +-
 .../results/interval-display-sql_standard.sql.out  |   2 +-
 .../sql-tests/results/interval-display.sql.out     |   2 +-
 .../resources/sql-tests/results/interval.sql.out   | 126 +++++++++----------
 .../resources/sql-tests/results/literals.sql.out   |   2 +-
 .../sql-tests/results/postgreSQL/interval.sql.out  |  50 ++++----
 .../results/subquery/in-subquery/in-joins.sql.out  |  13 +-
 .../results/typeCoercion/native/arrayJoin.sql.out  |   2 +-
 .../typeCoercion/native/dateTimeOperations.sql.out |  78 ++++++------
 .../sql-tests/results/udf/udf-window.sql.out       |   2 +-
 .../resources/sql-tests/results/window.sql.out     |   2 +-
 19 files changed, 225 insertions(+), 214 deletions(-)


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