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 2022/08/31 08:52:45 UTC

[spark] branch master updated (6c3c9575cf0 -> 247306c0fe8)

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 6c3c9575cf0 [SPARK-40271][FOLLOWUP][PYTHON] fix the minor exception message
     add 247306c0fe8 [SPARK-40194][SQL] SPLIT function on empty regex should truncate trailing empty string

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/unsafe/types/UTF8String.java  | 15 ++++++++++
 .../apache/spark/unsafe/types/UTF8StringSuite.java | 19 +++++++++++++
 docs/sql-migration-guide.md                        |  1 +
 .../catalyst/expressions/regexpExpressions.scala   |  2 +-
 .../expressions/RegexpExpressionsSuite.scala       | 15 ++++++++++
 .../sql-tests/inputs/string-functions.sql          |  4 +++
 .../results/ansi/higher-order-functions.sql.out    |  2 +-
 .../results/ansi/string-functions.sql.out          | 32 ++++++++++++++++++++++
 .../results/higher-order-functions.sql.out         |  2 +-
 .../sql-tests/results/string-functions.sql.out     | 32 ++++++++++++++++++++++
 10 files changed, 121 insertions(+), 3 deletions(-)


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