You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2020/07/12 00:46:45 UTC

[spark] branch master updated (98504e9 -> 004aea8)

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

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


    from 98504e9  [SPARK-29358][SQL] Make unionByName optionally fill missing columns with nulls
     add 004aea8  [SPARK-32154][SQL] Use ExpressionEncoder for the return type of ScalaUDF to convert to catalyst type

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |   7 +-
 .../sql/catalyst/encoders/ExpressionEncoder.scala  |   8 +-
 .../spark/sql/catalyst/expressions/ScalaUDF.scala  |  26 ++++-
 .../org/apache/spark/sql/UDFRegistration.scala     | 120 ++++++++++++---------
 .../sql/expressions/UserDefinedFunction.scala      |   2 +
 .../scala/org/apache/spark/sql/functions.scala     |  60 ++++++-----
 .../test/scala/org/apache/spark/sql/UDFSuite.scala | 106 +++++++++++++++---
 7 files changed, 235 insertions(+), 94 deletions(-)


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