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/07 07:45:51 UTC

[spark] branch master updated (29dc59a -> 9b61f90)

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 29dc59a  [SPARK-29605][SQL] Optimize string to interval casting
     add 9b61f90  [SPARK-29761][SQL] do not output leading 'interval' in CalendarInterval.toString

No new revisions were added by this update.

Summary of changes:
 .../spark/unsafe/types/CalendarInterval.java       | 23 +++---
 .../spark/unsafe/types/CalendarIntervalSuite.java  | 16 ++--
 docs/sql-migration-guide.md                        |  2 +
 .../sql/catalyst/expressions/aggregate/Sum.scala   |  2 +-
 .../spark/sql/catalyst/expressions/CastSuite.scala |  2 +-
 .../expressions/ExpressionSQLBuilderSuite.scala    |  4 +-
 .../sql-tests/results/ansi/interval.sql.out        | 70 ++++++++--------
 .../test/resources/sql-tests/results/cast.sql.out  |  6 +-
 .../resources/sql-tests/results/datetime.sql.out   | 22 ++---
 .../resources/sql-tests/results/group-by.sql.out   | 18 ++--
 .../resources/sql-tests/results/literals.sql.out   | 72 ++++++++--------
 .../sql-tests/results/postgreSQL/interval.sql.out  | 96 +++++++++++-----------
 .../typeCoercion/native/dateTimeOperations.sql.out | 78 +++++++++---------
 .../sql-tests/results/udf/udf-window.sql.out       |  2 +-
 .../resources/sql-tests/results/window.sql.out     |  2 +-
 .../org/apache/spark/sql/DateFunctionsSuite.scala  |  8 +-
 .../org/apache/spark/sql/JsonFunctionsSuite.scala  |  6 +-
 .../thriftserver/HiveThriftServer2Suites.scala     |  2 +-
 .../SparkThriftServerProtocolVersionsSuite.scala   |  2 +-
 19 files changed, 219 insertions(+), 214 deletions(-)


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