You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/01/26 05:35:14 UTC

[spark] branch master updated (c3f17fa -> d69ed9a)

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from c3f17fa  [SPARK-29777][FOLLOW-UP][SPARKR] Remove no longer valid test for recursive calls
     add d69ed9a  Revert "[SPARK-25496][SQL] Deprecate from_utc_timestamp and to_utc_timestamp"

No new revisions were added by this update.

Summary of changes:
 R/pkg/R/functions.R                                |   2 -
 R/pkg/tests/fulltests/test_sparkSQL.R              |  18 +---
 python/pyspark/sql/functions.py                    |  10 --
 .../catalyst/expressions/datetimeExpressions.scala |  21 +---
 .../org/apache/spark/sql/internal/SQLConf.scala    |   8 --
 .../catalyst/expressions/CodeGenerationSuite.scala |  59 +++++------
 .../expressions/DateExpressionsSuite.scala         |  63 ++++--------
 .../scala/org/apache/spark/sql/functions.scala     |   4 -
 .../org/apache/spark/sql/DateFunctionsSuite.scala  |  68 +++++++++++++
 .../spark/sql/DeprecatedDateFunctionsSuite.scala   | 113 ---------------------
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala |  40 ++++----
 .../execution/benchmark/DateTimeBenchmark.scala    |   9 +-
 .../sql/streaming/StreamingAggregationSuite.scala  |  11 +-
 13 files changed, 150 insertions(+), 276 deletions(-)
 delete mode 100644 sql/core/src/test/scala/org/apache/spark/sql/DeprecatedDateFunctionsSuite.scala


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