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/14 06:39:25 UTC

[spark] branch master updated (fe1f456 -> b5a02d3)

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 fe1f456  [SPARK-29837][SQL] PostgreSQL dialect: cast to boolean
     add b5a02d3  [SPARK-29873][SQL][TESTS] Support `--import` directive to load queries from another test case in SQLQueryTestSuite

No new revisions were added by this update.

Summary of changes:
 .../inputs/ansi/decimalArithmeticOperations.sql    |  32 ++
 .../inputs/ansi/higher-order-functions.sql         |   1 +
 .../resources/sql-tests/inputs/ansi/interval.sql   |   9 +-
 .../resources/sql-tests/inputs/ansi/literals.sql   |   2 +
 .../inputs/decimalArithmeticOperations.sql         |  24 -
 .../sql-tests/inputs/higher-order-functions.sql    |   5 -
 .../test/resources/sql-tests/inputs/interval.sql   |  43 ++
 .../test/resources/sql-tests/inputs/literals.sql   |  53 +-
 .../ansi/decimalArithmeticOperations.sql.out       | 138 ++++++
 .../{ => ansi}/higher-order-functions.sql.out      |  42 +-
 .../sql-tests/results/ansi/interval.sql.out        | 246 +++++-----
 .../sql-tests/results/{ => ansi}/literals.sql.out  | 532 ++-------------------
 .../results/decimalArithmeticOperations.sql.out    | 129 +----
 .../results/higher-order-functions.sql.out         |  46 +-
 .../resources/sql-tests/results/interval.sql.out   | 322 ++++++++++++-
 .../resources/sql-tests/results/literals.sql.out   | 532 ++-------------------
 .../org/apache/spark/sql/SQLQueryTestSuite.scala   |  36 +-
 .../thriftserver/ThriftServerQueryTestSuite.scala  |  11 +-
 18 files changed, 807 insertions(+), 1396 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/ansi/decimalArithmeticOperations.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/ansi/higher-order-functions.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/ansi/literals.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/results/ansi/decimalArithmeticOperations.sql.out
 copy sql/core/src/test/resources/sql-tests/results/{ => ansi}/higher-order-functions.sql.out (89%)
 copy sql/core/src/test/resources/sql-tests/results/{ => ansi}/literals.sql.out (51%)


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