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

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


    from 31e7c37  [SPARK-28185][PYTHON][SQL] Closes the generator when Python 
UDFs stop early
     add 832ff87  [SPARK-28077][SQL] Support ANSI SQL OVERLAY function.

No new revisions were added by this update.

Summary of changes:
 docs/sql-keywords.md                               |   2 +
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |   7 ++
 .../sql/catalyst/analysis/FunctionRegistry.scala   |   1 +
 .../sql/catalyst/expressions/Expression.scala      | 106 +++++++++++++++++++++
 .../catalyst/expressions/stringExpressions.scala   |  64 +++++++++++++
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  14 +++
 .../expressions/StringExpressionsSuite.scala       |  24 +++++
 .../sql/catalyst/parser/PlanParserSuite.scala      |  29 ++++++
 .../scala/org/apache/spark/sql/functions.scala     |  22 +++++
 .../apache/spark/sql/StringFunctionsSuite.scala    |  12 +++
 10 files changed, 281 insertions(+)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to