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/03/01 13:18:35 UTC

[spark] branch master updated (ad4e5a6 -> 2da0d07)

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 ad4e5a6  [SPARK-38323][SQL][STREAMING] Support the hidden file metadata in Streaming
     add 2da0d07  [SPARK-37582][SPARK-37583][SQL] CONTAINS, STARTSWITH, ENDSWITH should support all data type

No new revisions were added by this update.

Summary of changes:
 .../spark/unsafe/array/ByteArrayMethods.java       |  37 ++++++
 .../sql/catalyst/analysis/FunctionRegistry.scala   |   6 +-
 .../catalyst/expressions/stringExpressions.scala   |  94 +++++++++++++--
 .../spark/sql/catalyst/optimizer/expressions.scala |  48 ++++----
 .../dynamicpruning/PartitionPruning.scala          |   1 +
 .../sql-tests/inputs/string-functions.sql          |  19 +++
 .../results/ansi/string-functions.sql.out          | 130 ++++++++++++++++++++-
 .../sql-tests/results/string-functions.sql.out     | 130 ++++++++++++++++++++-
 8 files changed, 429 insertions(+), 36 deletions(-)

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