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/04/28 14:02:40 UTC

[spark] branch master updated (c011502 -> beec8d5)

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 c011502  [SPARK-31573][R] Apply fixed=TRUE as appropriate to regex usage in R
     add beec8d5  [SPARK-31586][SQL] Replace expression TimeSub(l, r) with TimeAdd(l -r)

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  4 +--
 .../catalyst/analysis/StreamingJoinHelper.scala    |  2 --
 .../spark/sql/catalyst/analysis/TypeCoercion.scala |  3 --
 .../catalyst/expressions/datetimeExpressions.scala | 35 ----------------------
 .../expressions/DateExpressionsSuite.scala         | 32 ++++++++++----------
 .../expressions/ExpressionSQLBuilderSuite.scala    |  4 ---
 .../StreamingSymmetricHashJoinHelper.scala         |  4 +--
 .../sql-tests/results/ansi/datetime.sql.out        | 10 +++----
 .../sql-tests/results/ansi/interval.sql.out        |  4 +--
 .../resources/sql-tests/results/datetime.sql.out   | 10 +++----
 .../resources/sql-tests/results/interval.sql.out   |  4 +--
 .../typeCoercion/native/dateTimeOperations.sql.out | 24 +++++++--------
 12 files changed, 45 insertions(+), 91 deletions(-)


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