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/02/24 06:07:55 UTC

[spark] branch master updated (7aa94ca -> c41ef39)

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 7aa94ca  [SPARK-30867][ML] Add FValueTest
     add c41ef39  [SPARK-30925][SQL] Prevent overflow/round errors in conversions of milliseconds to/from microseconds

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/catalyst/util/DateTimeUtils.scala | 14 +++++++-------
 .../org/apache/spark/sql/catalyst/util/IntervalUtils.scala |  5 ++---
 .../spark/sql/catalyst/util/TimestampFormatter.scala       |  6 +++---
 .../apache/spark/sql/catalyst/expressions/CastSuite.scala  |  5 ++---
 .../sql/catalyst/expressions/DateExpressionsSuite.scala    |  3 +--
 .../catalyst/expressions/IntervalExpressionsSuite.scala    |  3 ++-
 .../spark/sql/catalyst/parser/ExpressionParserSuite.scala  |  5 ++---
 .../apache/spark/sql/catalyst/util/DateTimeTestUtils.scala |  9 +++++++++
 .../spark/sql/catalyst/util/DateTimeUtilsSuite.scala       |  9 ++++-----
 .../spark/sql/catalyst/util/IntervalUtilsSuite.scala       |  5 +++--
 .../sql/execution/streaming/EventTimeWatermarkExec.scala   |  4 ++--
 .../apache/spark/sql/execution/streaming/Triggers.scala    |  4 +++-
 .../apache/spark/sql/StatisticsCollectionTestBase.scala    |  6 +++---
 13 files changed, 43 insertions(+), 35 deletions(-)


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