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/08/07 05:03:00 UTC

[spark] branch master updated (2cb48ea -> 9a35b93)

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 2cb48ea  [SPARK-32549][PYSPARK] Add column name in _infer_schema error message
     add 9a35b93  [SPARK-32559][SQL] Fix the trim logic in UTF8String.toInt/toLong did't handle non-ASCII characters correctly

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/unsafe/types/UTF8String.java  | 12 +++----
 .../src/test/resources/sql-tests/inputs/cast.sql   |  5 +++
 .../test/resources/sql-tests/inputs/datetime.sql   |  2 ++
 .../test/resources/sql-tests/inputs/interval.sql   |  1 +
 .../sql-tests/results/ansi/datetime.sql.out        | 30 +++++++++++++++-
 .../sql-tests/results/ansi/interval.sql.out        | 16 ++++++++-
 .../test/resources/sql-tests/results/cast.sql.out  | 42 +++++++++++++++++++++-
 .../sql-tests/results/datetime-legacy.sql.out      | 30 +++++++++++++++-
 .../resources/sql-tests/results/datetime.sql.out   | 30 +++++++++++++++-
 .../resources/sql-tests/results/interval.sql.out   | 16 ++++++++-
 10 files changed, 172 insertions(+), 12 deletions(-)


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