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/11/19 17:03:05 UTC

[spark] branch master updated (21b1350 -> 3695e99)

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 21b1350  [SPARK-33442][SQL] Change Combine Limit to Eliminate limit using max row
     add 3695e99  [SPARK-33045][SQL] Support build-in function like_all and fix StackOverflowError issue

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/dsl/package.scala    |  5 ++
 .../catalyst/expressions/regexpExpressions.scala   | 84 ++++++++++++++++++++++
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 15 +++-
 .../org/apache/spark/sql/internal/SQLConf.scala    | 14 ++++
 .../expressions/RegexpExpressionsSuite.scala       | 24 +++++++
 .../test/resources/sql-tests/inputs/like-all.sql   |  4 ++
 6 files changed, 145 insertions(+), 1 deletion(-)


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