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 2019/09/18 09:00:17 UTC

[spark] branch master updated (0b6775e -> 3da2786)

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 0b6775e  [SPARK-29112][YARN] Expose more details when ApplicationMaster reporter faces a fatal exception
     add 3da2786  [SPARK-29096][SQL] The exact math method should be called only when there is a corresponding function in Math

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/expressions/Cast.scala      |  18 +-
 .../sql/catalyst/expressions/arithmetic.scala      |  17 +-
 .../scala/org/apache/spark/sql/types/Decimal.scala |   2 +-
 .../org/apache/spark/sql/types/numerics.scala      |   6 +-
 .../test/resources/sql-tests/inputs/pgSQL/int4.sql |   5 -
 .../sql-tests/results/pgSQL/float4.sql.out         |  10 +-
 .../sql-tests/results/pgSQL/float8.sql.out         |   5 +-
 .../resources/sql-tests/results/pgSQL/int4.sql.out | 276 ++++++++++-----------
 .../resources/sql-tests/results/pgSQL/int8.sql.out |  50 ++--
 .../org/apache/spark/sql/SQLQueryTestSuite.scala   |  13 +
 10 files changed, 193 insertions(+), 209 deletions(-)


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