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 22baf05  [SPARK-33408][SPARK-32354][K8S][R] Use R 3.6.3 in K8s R image 
and re-enable RTestsSuite
     add 6d31dae  [SPARK-33386][SQL] Accessing array elements in 
ElementAt/Elt/GetArrayItem should failed if index is out of bound

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md                    |   9 +-
 .../spark/sql/catalyst/analysis/TypeCoercion.scala |   4 +-
 .../expressions/ProjectionOverSchema.scala         |   6 +-
 .../sql/catalyst/expressions/SelectedField.scala   |   2 +-
 .../expressions/collectionOperations.scala         |  53 ++++----
 .../expressions/complexTypeExtractors.scala        |  67 +++++++---
 .../catalyst/expressions/stringExpressions.scala   |  33 ++++-
 .../sql/catalyst/optimizer/ComplexTypes.scala      |   2 +-
 .../org/apache/spark/sql/internal/SQLConf.scala    |   7 +-
 .../expressions/CollectionExpressionsSuite.scala   | 136 +++++++++++++--------
 .../catalyst/expressions/ComplexTypeSuite.scala    |  23 ++++
 .../expressions/StringExpressionsSuite.scala       |  32 ++++-
 .../test/resources/sql-tests/inputs/ansi/array.sql |   1 +
 .../src/test/resources/sql-tests/inputs/array.sql  |  12 ++
 .../sql-tests/results/{ => ansi}/array.sql.out     |  74 ++++++++++-
 .../test/resources/sql-tests/results/array.sql.out |  67 +++++++++-
 16 files changed, 423 insertions(+), 105 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/ansi/array.sql
 copy sql/core/src/test/resources/sql-tests/results/{ => ansi}/array.sql.out 
(83%)


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

Reply via email to