You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2019/09/18 14:31:31 UTC

[spark] branch master updated (12e1583 -> c2734ab)

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

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


    from 12e1583  [SPARK-28927][ML] Rethrow block mismatch exception in ALS when input data is nondeterministic
     add c2734ab  [SPARK-29012][SQL] Support special timestamp values

No new revisions were added by this update.

Summary of changes:
 .../catalyst/expressions/datetimeExpressions.scala |   4 +-
 .../spark/sql/catalyst/util/DateTimeUtils.scala    |  67 ++++++++
 .../sql/catalyst/util/TimestampFormatter.scala     |  21 ++-
 .../sql/catalyst/util/DateTimeUtilsSuite.scala     |  36 +++-
 .../spark/sql/util/TimestampFormatterSuite.scala   |  28 ++-
 .../resources/sql-tests/inputs/pgSQL/timestamp.sql |  29 ++--
 .../sql-tests/results/pgSQL/timestamp.sql.out      | 190 ++++++++++++++++-----
 .../org/apache/spark/sql/CsvFunctionsSuite.scala   |  10 ++
 .../org/apache/spark/sql/JsonFunctionsSuite.scala  |  10 ++
 9 files changed, 317 insertions(+), 78 deletions(-)


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