This is an automated email from the ASF dual-hosted git repository.

gengliang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from b86d4bb  [SPARK-30001][SQL] ResolveRelations should handle both V1 and 
V2 tables
     add 187f3c1  [SPARK-28083][SQL] Support LIKE ... ESCAPE syntax

No new revisions were added by this update.

Summary of changes:
 docs/sql-keywords.md                               |  1 +
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  5 +-
 .../apache/spark/sql/catalyst/dsl/package.scala    |  3 +-
 .../catalyst/expressions/regexpExpressions.scala   | 33 ++++++---
 .../spark/sql/catalyst/optimizer/expressions.scala |  5 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  9 ++-
 .../spark/sql/catalyst/util/StringUtils.scala      | 10 +--
 .../expressions/RegexpExpressionsSuite.scala       | 78 ++++++++++++++++++++++
 .../catalyst/parser/ExpressionParserSuite.scala    | 12 ++++
 .../parser/TableIdentifierParserSuite.scala        |  2 +
 .../spark/sql/catalyst/util/StringUtilsSuite.scala | 35 ++++++++--
 .../sql/dynamicpruning/PartitionPruning.scala      |  2 +-
 12 files changed, 167 insertions(+), 28 deletions(-)


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

Reply via email to