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

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


    from c97b3ed  [SPARK-24640][SQL][FOLLOWUP] Update the SQL migration guide 
about `size(NULL)`
     add ba4d413  [SPARK-29346][SQL] Add Aggregating Accumulator

No new revisions were added by this update.

Summary of changes:
 .../expressions/aggregate/interfaces.scala         |  19 +-
 .../org/apache/spark/sql/internal/SQLConf.scala    |   7 +-
 .../sql/execution/AggregatingAccumulator.scala     | 264 +++++++++++++++++++++
 .../execution/AggregatingAccumulatorSuite.scala    | 197 +++++++++++++++
 4 files changed, 485 insertions(+), 2 deletions(-)
 create mode 100644 
sql/core/src/main/scala/org/apache/spark/sql/execution/AggregatingAccumulator.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/execution/AggregatingAccumulatorSuite.scala


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

Reply via email to