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 2021/02/19 13:29:58 UTC

[spark] branch master updated (27abb6a -> 06df121)

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 27abb6a  [SPARK-34421][SQL] Resolve temporary functions and views in views with CTEs
     add 06df121  [SPARK-28123][SQL] String Functions: support btrim

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  1 +
 .../catalyst/expressions/stringExpressions.scala   | 48 ++++++++++++++++++++++
 .../sql-functions/sql-expression-schema.md         |  3 +-
 .../sql-tests/inputs/postgreSQL/strings.sql        |  7 ++--
 .../sql-tests/inputs/string-functions.sql          |  6 +++
 .../results/ansi/string-functions.sql.out          | 34 ++++++++++++++-
 .../sql-tests/results/postgreSQL/strings.sql.out   | 26 +++++++++++-
 .../sql-tests/results/string-functions.sql.out     | 34 ++++++++++++++-
 8 files changed, 151 insertions(+), 8 deletions(-)


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