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 1fd4607  [SPARK-31221][SQL] Rebase any date-times in conversions 
to/from Java types
     add f6ff7d0  [SPARK-30127][SQL] Support case class parameter for typed 
Scala UDF

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |   8 +-
 .../spark/sql/catalyst/expressions/ScalaUDF.scala  | 595 +++++++++++----------
 .../sql/catalyst/analysis/AnalysisSuite.scala      |  18 +-
 .../sql/catalyst/expressions/ScalaUDFSuite.scala   |  18 +-
 .../catalyst/optimizer/EliminateSortsSuite.scala   |   4 +-
 .../spark/sql/catalyst/trees/TreeNodeSuite.scala   |   4 +-
 .../org/apache/spark/sql/UDFRegistration.scala     | 146 ++---
 .../datasources/FileFormatDataWriter.scala         |   3 +-
 .../sql/expressions/UserDefinedFunction.scala      |  11 +-
 .../scala/org/apache/spark/sql/functions.scala     |  76 +--
 .../apache/spark/sql/IntegratedUDFTestUtils.scala  |   2 +-
 .../test/scala/org/apache/spark/sql/UDFSuite.scala |  44 +-
 12 files changed, 519 insertions(+), 410 deletions(-)


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

Reply via email to