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/01/14 09:04:37 UTC

[spark] branch master updated (88fc8db -> e0efd21)

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 88fc8db  [SPARK-30482][SQL][CORE][TESTS] Add sub-class of `AppenderSkeleton` reusable in tests
     add e0efd21  [SPARK-30292][SQL] Throw Exception when invalid string is cast to numeric type in ANSI mode

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/unsafe/types/UTF8String.java  |  46 +++++
 .../spark/sql/catalyst/expressions/Cast.scala      |  59 +++++-
 .../spark/sql/catalyst/expressions/CastSuite.scala | 221 ++++++++++++++-------
 .../sql-tests/results/postgreSQL/float4.sql.out    |  20 +-
 .../sql-tests/results/postgreSQL/float8.sql.out    |  20 +-
 .../sql-tests/results/postgreSQL/text.sql.out      |  10 +-
 .../results/postgreSQL/window_part2.sql.out        |  11 +-
 .../results/postgreSQL/window_part4.sql.out        |   9 +-
 8 files changed, 278 insertions(+), 118 deletions(-)


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