You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2021/04/01 07:28:34 UTC

[spark] branch master updated (89ae83d -> 5911faa)

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

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


    from 89ae83d  [SPARK-34919][SQL] Change partitioning to SinglePartition if partition number is 1
     add 5911faa  [SPARK-34903][SQL] Return day-time interval from timestamps subtraction

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 +
 .../spark/sql/catalyst/analysis/TypeCoercion.scala |  8 +--
 .../catalyst/expressions/datetimeExpressions.scala | 61 +++++++++++++----
 .../spark/sql/catalyst/util/DateTimeUtils.scala    | 16 +++++
 .../expressions/DateExpressionsSuite.scala         | 76 +++++++++++++++++-----
 .../sql/catalyst/util/DateTimeUtilsSuite.scala     | 41 ++++++++++++
 .../apache/spark/sql/ColumnExpressionSuite.scala   | 33 +++++++++-
 7 files changed, 201 insertions(+), 36 deletions(-)

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