You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2019/11/21 01:29:37 UTC

[spark] branch master updated (e6b157c -> 7a70670)

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

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


    from e6b157c  [SPARK-29978][SQL][TESTS] Check `json_tuple` does not truncate results
     add 7a70670  [SPARK-29961][SQL] Implement builtin function - typeof

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/ml/linalg/VectorUDTSuite.scala    | 14 +++++-
 .../sql/catalyst/analysis/FunctionRegistry.scala   |  1 +
 .../spark/sql/catalyst/expressions/misc.scala      | 21 ++++++++
 .../resources/sql-tests/inputs/misc-functions.sql  | 10 ++++
 .../sql-tests/results/misc-functions.sql.out       | 58 ++++++++++++++++++++++
 .../apache/spark/sql/UserDefinedTypeSuite.scala    | 10 ++++
 6 files changed, 112 insertions(+), 2 deletions(-)
 create mode 100644 sql/core/src/test/resources/sql-tests/inputs/misc-functions.sql
 create mode 100644 sql/core/src/test/resources/sql-tests/results/misc-functions.sql.out


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