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/07/28 10:06:36 UTC

[spark] branch branch-3.0 updated (b35b3eb -> f349a78)

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

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


    from b35b3eb  [MINOR][PYTHON] Fix spacing in error message
     add f349a78  [SPARK-32424][SQL][3.0] Fix silent data change for timestamp parsing if f overflow happens

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-datetime-pattern.md                   |  2 +-
 .../catalyst/util/DateTimeFormatterHelper.scala    |  4 +-
 .../sql/catalyst/util/TimestampFormatter.scala     |  3 +-
 .../catalyst/util/TimestampFormatterSuite.scala    | 10 +++
 .../inputs/datetime-formatting-invalid.sql         |  4 +-
 .../sql-tests/inputs/datetime-formatting.sql       |  2 +-
 .../sql-tests/inputs/datetime-parsing-invalid.sql  |  9 ++
 .../sql-tests/inputs/datetime-parsing.sql          | 28 +++++++
 .../test/resources/sql-tests/inputs/datetime.sql   |  4 -
 .../sql-tests/results/ansi/datetime.sql.out        | 28 +------
 .../results/datetime-formatting-invalid.sql.out    |  4 +-
 .../results/datetime-formatting-legacy.sql.out     | 18 ++--
 .../sql-tests/results/datetime-formatting.sql.out  | 18 ++--
 .../sql-tests/results/datetime-legacy.sql.out      | 26 +-----
 .../results/datetime-parsing-invalid.sql.out       | 54 +++++++++++-
 .../results/datetime-parsing-legacy.sql.out        | 98 +++++++++++++++++++++-
 .../sql-tests/results/datetime-parsing.sql.out     | 98 +++++++++++++++++++++-
 .../resources/sql-tests/results/datetime.sql.out   | 28 +------
 18 files changed, 325 insertions(+), 113 deletions(-)


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