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/05/25 15:08:50 UTC

[spark] branch master updated (92685c0 -> 695cb61)

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 92685c0  [SPARK-31755][SQL][FOLLOWUP] Update date-time, CSV and JSON benchmark results
     add 695cb61  [SPARK-31771][SQL] Disable Narrow TextStyle for datetime pattern 'G/M/L/E/u/Q/q'

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-datetime-pattern.md                   |  49 +++---
 .../spark/sql/catalyst/csv/UnivocityParser.scala   |   4 +-
 .../catalyst/expressions/datetimeExpressions.scala |   4 +
 .../spark/sql/catalyst/json/JacksonParser.scala    |   4 +-
 .../spark/sql/catalyst/util/DateFormatter.scala    |  16 +-
 .../catalyst/util/DateTimeFormatterHelper.scala    |  33 ++++
 .../sql/catalyst/util/TimestampFormatter.scala     |  15 +-
 .../expressions/DateExpressionsSuite.scala         |   2 +-
 .../util/DateTimeFormatterHelperSuite.scala        |  12 +-
 .../spark/sql/util/TimestampFormatterSuite.scala   |  11 ++
 .../resources/sql-tests/inputs/datetime-legacy.sql |   2 +
 .../test/resources/sql-tests/inputs/datetime.sql   |  20 +++
 .../sql-tests/results/ansi/datetime.sql.out        | 163 +++++++++++++++++-
 .../{datetime.sql.out => datetime-legacy.sql.out}  | 188 ++++++++++++++++++---
 .../resources/sql-tests/results/datetime.sql.out   | 163 +++++++++++++++++-
 .../native/stringCastAndExpressions.sql.out        |  15 +-
 .../org/apache/spark/sql/DateFunctionsSuite.scala  |  20 ++-
 17 files changed, 650 insertions(+), 71 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/datetime-legacy.sql
 copy sql/core/src/test/resources/sql-tests/results/{datetime.sql.out => datetime-legacy.sql.out} (85%)
 mode change 100755 => 100644


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