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/29 07:31:31 UTC

[spark] branch master updated (37a1fb8 -> 91148f4)

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 37a1fb8  [SPARK-31855][SQL][TESTS] Check reading date/timestamp from Avro files w/ and w/o Spark version
     add 91148f4  [SPARK-28481][SQL] More expressions should extend NullIntolerant

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/expressions/TimeWindow.scala      |  2 +-
 .../catalyst/expressions/bitwiseExpressions.scala  |  6 +-
 .../expressions/collectionOperations.scala         | 39 +++++++-----
 .../catalyst/expressions/complexTypeCreator.scala  |  4 +-
 .../sql/catalyst/expressions/csvExpressions.scala  |  3 +-
 .../catalyst/expressions/datetimeExpressions.scala | 73 +++++++++++++---------
 .../catalyst/expressions/decimalExpressions.scala  |  4 +-
 .../spark/sql/catalyst/expressions/hash.scala      | 11 ++--
 .../catalyst/expressions/intervalExpressions.scala |  6 +-
 .../sql/catalyst/expressions/jsonExpressions.scala |  6 +-
 .../sql/catalyst/expressions/mathExpressions.scala | 23 ++++---
 .../catalyst/expressions/regexpExpressions.scala   |  6 +-
 .../catalyst/expressions/stringExpressions.scala   | 58 ++++++++++-------
 .../spark/sql/catalyst/expressions/xml/xpath.scala |  3 +-
 .../sql/expressions/ExpressionInfoSuite.scala      | 39 +++++++++++-
 15 files changed, 180 insertions(+), 103 deletions(-)


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