You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2022/01/04 11:25:35 UTC

[spark] branch master updated (3a2da70 -> 08fd501)

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 3a2da70  [SPARK-37789][SQL] Add a class to represent general aggregate functions in DS V2
     add 08fd501  [SPARK-37750][SQL] ANSI mode: optionally return null result if element not exists in array/map

No new revisions were added by this update.

Summary of changes:
 core/src/main/resources/error/error-classes.json   |  9 ++-
 .../expressions/collectionOperations.scala         |  6 +-
 .../expressions/complexTypeExtractors.scala        | 10 +--
 .../spark/sql/errors/QueryExecutionErrors.scala    | 32 +++++++--
 .../org/apache/spark/sql/internal/SQLConf.scala    | 10 +++
 .../test/resources/sql-tests/inputs/ansi/array.sql | 16 +++++
 .../test/resources/sql-tests/inputs/ansi/map.sql   |  7 ++
 .../resources/sql-tests/results/ansi/array.sql.out | 84 +++++++++++++++++++++-
 .../resources/sql-tests/results/ansi/map.sql.out   | 29 +++++++-
 9 files changed, 182 insertions(+), 21 deletions(-)

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