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/06/09 17:03:25 UTC

[spark] branch master updated (02f32cf -> 6a424b93)

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 02f32cf  [SPARK-31926][SQL][TEST-HIVE1.2] Fix concurrency issue for ThriftCLIService to getPortNumber
     add 6a424b93 [SPARK-31830][SQL] Consistent error handling for datetime formatting and parsing functions

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |   2 +
 .../catalyst/expressions/datetimeExpressions.scala | 285 +++++++--------------
 .../sql/catalyst/util/TimestampFormatter.scala     |   8 +-
 .../expressions/DateExpressionsSuite.scala         |  50 ++--
 .../test/resources/sql-tests/inputs/datetime.sql   |  14 -
 .../sql-tests/results/ansi/datetime.sql.out        | 117 +--------
 .../sql-tests/results/datetime-legacy.sql.out      | 108 +-------
 .../resources/sql-tests/results/datetime.sql.out   | 117 +--------
 .../org/apache/spark/sql/DateFunctionsSuite.scala  |   5 +-
 9 files changed, 126 insertions(+), 580 deletions(-)


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