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 2020/01/21 12:52:05 UTC

[spark] branch master updated (730388b -> af70542)

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 730388b  [SPARK-30547][SQL][FOLLOWUP] Update since anotation for CalendarInterval class
     add af70542  [SPARK-30593][SQL] Revert interval ISO/ANSI SQL Standard output since we decide not to follow ANSI and no round trip

No new revisions were added by this update.

Summary of changes:
 .../spark/unsafe/types/CalendarIntervalSuite.java  | 30 ++++++++
 .../spark/sql/catalyst/expressions/Cast.scala      | 20 +-----
 .../spark/sql/catalyst/expressions/literals.scala  |  2 +-
 .../spark/sql/catalyst/util/IntervalUtils.scala    | 79 ----------------------
 .../org/apache/spark/sql/internal/SQLConf.scala    | 19 ------
 .../sql/catalyst/util/IntervalUtilsSuite.scala     | 64 ------------------
 .../apache/spark/sql/execution/HiveResult.scala    |  9 +--
 .../sql-tests/inputs/interval-display-iso_8601.sql |  3 -
 .../inputs/interval-display-sql_standard.sql       |  3 -
 .../sql-tests/inputs/interval-display.sql          | 14 ----
 .../sql-tests/inputs/postgreSQL/interval.sql       | 10 ++-
 .../results/interval-display-iso_8601.sql.out      | 21 ------
 .../results/interval-display-sql_standard.sql.out  | 21 ------
 .../sql-tests/results/interval-display.sql.out     | 21 ------
 .../sql-tests/results/postgreSQL/interval.sql.out  | 29 +-------
 .../org/apache/spark/sql/DateFunctionsSuite.scala  |  8 +--
 16 files changed, 44 insertions(+), 309 deletions(-)
 delete mode 100644 sql/core/src/test/resources/sql-tests/inputs/interval-display-iso_8601.sql
 delete mode 100644 sql/core/src/test/resources/sql-tests/inputs/interval-display-sql_standard.sql
 delete mode 100644 sql/core/src/test/resources/sql-tests/inputs/interval-display.sql
 delete mode 100644 sql/core/src/test/resources/sql-tests/results/interval-display-iso_8601.sql.out
 delete mode 100644 sql/core/src/test/resources/sql-tests/results/interval-display-sql_standard.sql.out
 delete mode 100644 sql/core/src/test/resources/sql-tests/results/interval-display.sql.out


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