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/03/18 12:22:10 UTC

[spark] branch master updated (f1d27cd -> 57fcc49)

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 f1d27cd  [SPARK-31119][SQL] Add interval value support for extract expression as extract source
     add 57fcc49  [SPARK-31176][SQL] Remove support for 'e'/'c' as datetime pattern charactar

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-datetime-pattern.md                   |  2 +-
 .../catalyst/util/DateTimeFormatterHelper.scala    | 43 ++++++++++++++++++-
 .../spark/sql/catalyst/util/DateTimeUtils.scala    | 38 -----------------
 .../util/DateTimeFormatterHelperSuite.scala        | 48 ++++++++++++++++++++++
 .../sql/catalyst/util/DateTimeUtilsSuite.scala     | 16 --------
 .../test/resources/sql-tests/inputs/datetime.sql   |  7 ++++
 .../resources/sql-tests/results/datetime.sql.out   | 44 +++++++++++++++++++-
 7 files changed, 141 insertions(+), 57 deletions(-)
 create mode 100644 sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/DateTimeFormatterHelperSuite.scala


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