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/11/16 16:21:31 UTC

[spark] branch master updated (6883f29 -> b5eca18)

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 6883f29  [SPARK-33453][SQL][TESTS] Unify v1 and v2 SHOW PARTITIONS tests
     add b5eca18  [SPARK-33460][SQL] Accessing map values should fail if key is not found

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md                    |  2 +
 .../expressions/ProjectionOverSchema.scala         |  4 +-
 .../sql/catalyst/expressions/SelectedField.scala   |  2 +-
 .../expressions/collectionOperations.scala         | 13 ++++--
 .../expressions/complexTypeExtractors.scala        | 50 +++++++++++++++++-----
 .../sql/catalyst/optimizer/ComplexTypes.scala      |  2 +-
 .../expressions/CollectionExpressionsSuite.scala   | 15 +++++++
 .../catalyst/expressions/ComplexTypeSuite.scala    | 17 ++++++++
 .../test/resources/sql-tests/inputs/ansi/map.sql   |  1 +
 .../src/test/resources/sql-tests/inputs/map.sql    |  5 +++
 .../resources/sql-tests/results/ansi/map.sql.out   | 20 +++++++++
 .../test/resources/sql-tests/results/map.sql.out   | 18 ++++++++
 12 files changed, 131 insertions(+), 18 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/ansi/map.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/map.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/results/ansi/map.sql.out
 create mode 100644 sql/core/src/test/resources/sql-tests/results/map.sql.out


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