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/20 14:01:01 UTC

[spark] branch master updated (b402bc9 -> 88ae6c4)

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 b402bc9  [SPARK-31183][SQL][FOLLOWUP] Move rebase tests to `AvroSuite` and check the rebase flag out of function bodies
     add 88ae6c4  [SPARK-31189][SQL][DOCS] Fix errors and missing parts for datetime pattern document

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-datetime-pattern.md                   | 48 +++++++++++++++++++---
 python/pyspark/sql/functions.py                    | 13 +++---
 python/pyspark/sql/readwriter.py                   | 37 +++++++++--------
 python/pyspark/sql/streaming.py                    | 17 ++++----
 .../catalyst/expressions/datetimeExpressions.scala | 24 +++++++----
 .../catalyst/util/DateTimeFormatterHelper.scala    |  4 +-
 .../util/DateTimeFormatterHelperSuite.scala        | 10 ++---
 .../org/apache/spark/sql/DataFrameReader.scala     | 16 ++++++--
 .../org/apache/spark/sql/DataFrameWriter.scala     | 16 ++++++--
 .../scala/org/apache/spark/sql/functions.scala     | 20 ++++++---
 .../spark/sql/streaming/DataStreamReader.scala     | 16 ++++++--
 11 files changed, 155 insertions(+), 66 deletions(-)


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