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

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


    from 8719c6c8dfd3 [SPARK-55240][CORE] Refactor LazyTry stacktrace handling 
to use wrapper instead of suppressed exception
     add 0dad3cb7bbde [SPARK-55030][SQL] Add vector norm/normalize function 
expressions support

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/error/error-conditions.json |   6 +
 .../expressions/VectorFunctionImplUtils.java       | 266 +++++++-
 .../sql/catalyst/analysis/FunctionRegistry.scala   |   2 +
 .../catalyst/expressions/vectorExpressions.scala   | 134 +++-
 .../spark/sql/errors/QueryExecutionErrors.scala    |  10 +
 .../sql-functions/sql-expression-schema.md         |   2 +
 .../sql-tests/analyzer-results/vector-norm.sql.out | 574 +++++++++++++++++
 .../resources/sql-tests/inputs/vector-norm.sql     | 155 +++++
 .../sql-tests/results/vector-distance.sql.out      |   2 +-
 .../sql-tests/results/vector-norm.sql.out          | 682 +++++++++++++++++++++
 10 files changed, 1807 insertions(+), 26 deletions(-)
 create mode 100644 
sql/core/src/test/resources/sql-tests/analyzer-results/vector-norm.sql.out
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/vector-norm.sql
 create mode 100644 
sql/core/src/test/resources/sql-tests/results/vector-norm.sql.out


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

Reply via email to