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/12/01 11:50:54 UTC

[spark] branch master updated (d38883c -> 9273d42)

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 d38883c  [SPARK-32405][SQL][FOLLOWUP] Throw Exception if provider is specified in JDBCTableCatalog create table
     add 9273d42  [SPARK-33045][SQL][FOLLOWUP] Support built-in function like_any and fix StackOverflowError issue

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/dsl/package.scala    |  4 +
 .../catalyst/expressions/regexpExpressions.scala   | 98 ++++++++++++++++++----
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 31 ++++---
 .../org/apache/spark/sql/internal/SQLConf.scala    | 14 ----
 .../expressions/RegexpExpressionsSuite.scala       | 26 ++++++
 .../catalyst/parser/ExpressionParserSuite.scala    | 12 +--
 .../test/resources/sql-tests/inputs/like-all.sql   |  2 -
 .../test/resources/sql-tests/inputs/like-any.sql   |  2 +
 8 files changed, 138 insertions(+), 51 deletions(-)


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