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/02/21 06:48:17 UTC

[spark] branch master updated (4d35655 -> 82ce475)

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 4d35655  [MINOR][SQL] Fix error position of NOSCAN
     add 82ce475  [SPARK-26580][SQL][ML][FOLLOW-UP] Throw exception when use untyped UDF by default

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 +-
 .../scala/org/apache/spark/ml/Transformer.scala    |  5 ++--
 .../scala/org/apache/spark/ml/feature/LSH.scala    | 11 ++++----
 .../scala/org/apache/spark/ml/fpm/FPGrowth.scala   | 11 +++++---
 .../org/apache/spark/ml/feature/LSHTest.scala      |  9 +++---
 project/MimaExcludes.scala                         |  3 ++
 .../org/apache/spark/sql/internal/SQLConf.scala    |  8 ++++++
 .../sql/expressions/UserDefinedFunction.scala      |  2 +-
 .../scala/org/apache/spark/sql/functions.scala     |  9 ++++++
 .../test/scala/org/apache/spark/sql/UDFSuite.scala | 33 ++++++++++++++--------
 10 files changed, 62 insertions(+), 31 deletions(-)


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