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/12 18:02:43 UTC

[spark] branch master updated (61b1e60 -> 5919bd3)

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 61b1e60  [SPARK-30759][SQL][TESTS][FOLLOWUP] Check cache initialization in StringRegexExpression
     add 5919bd3  [SPARK-30651][SQL] Add detailed information for Aggregate operators in EXPLAIN FORMATTED

No new revisions were added by this update.

Summary of changes:
 .../execution/aggregate/BaseAggregateExec.scala    |  48 +++++
 .../execution/aggregate/HashAggregateExec.scala    |   2 +-
 .../aggregate/ObjectHashAggregateExec.scala        |   2 +-
 .../execution/aggregate/SortAggregateExec.scala    |   4 +-
 .../test/resources/sql-tests/inputs/explain.sql    |  22 +-
 .../resources/sql-tests/results/explain.sql.out    | 232 ++++++++++++++++++++-
 6 files changed, 300 insertions(+), 10 deletions(-)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/sql/execution/aggregate/BaseAggregateExec.scala


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