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 717ca6a3961 [SPARK-43309][SPARK-38461][CORE] Extend INTERNAL_ERROR 
with categories and add error class INTERNAL_ERROR_BROADCAST
     add b496edb5d47 [SPARK-43302][SQL] Make Python UDAF an AggregateFunction

No new revisions were added by this update.

Summary of changes:
 .../sql/connect/planner/SparkConnectPlanner.scala  |  16 +++-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  59 +++++++-----
 .../sql/catalyst/analysis/CheckAnalysis.scala      |  10 +-
 .../ResolveLateralColumnAliasReference.scala       |   2 +-
 .../analysis/ResolveReferencesInAggregate.scala    |   4 +-
 .../sql/catalyst/expressions/AliasHelper.scala     |   3 +-
 .../sql/catalyst/expressions/Expression.scala      |   2 +-
 .../spark/sql/catalyst/expressions/PythonUDF.scala | 103 +++++++++++++++++----
 .../expressions/aggregate/interfaces.scala         |   6 +-
 .../catalyst/expressions/windowExpressions.scala   |   4 +-
 .../optimizer/PullOutGroupingExpressions.scala     |   2 +-
 .../optimizer/RemoveRedundantAggregates.scala      |   2 +-
 .../spark/sql/catalyst/planning/patterns.scala     |   9 +-
 .../spark/sql/catalyst/trees/TreePatterns.scala    |   1 +
 .../apache/spark/sql/catalyst/util/package.scala   |   2 +-
 .../optimizer/RemoveRedundantAggregatesSuite.scala |   7 +-
 .../apache/spark/sql/catalyst/plans/PlanTest.scala |   2 +
 .../spark/sql/execution/SparkStrategies.scala      |  22 ++---
 .../execution/python/AggregateInPandasExec.scala   |  14 ++-
 .../sql/execution/python/ExtractPythonUDFs.scala   |   1 -
 .../python/UserDefinedPythonFunction.scala         |  16 +++-
 .../sql/execution/python/WindowInPandasExec.scala  |  12 ++-
 .../sql/execution/window/WindowExecBase.scala      |   3 +-
 .../results/udaf/udaf-group-by-ordinal.sql.out     |  65 +++++++++----
 .../sql-tests/results/udaf/udaf-group-by.sql.out   |  21 +----
 .../apache/spark/sql/IntegratedUDFTestUtils.scala  |   2 +-
 .../sql/execution/python/PythonUDFSuite.scala      |   8 ++
 27 files changed, 250 insertions(+), 148 deletions(-)


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

Reply via email to