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 2019/09/06 03:46:09 UTC

[spark] branch master updated (36f8e53 -> cb0cddf)

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 36f8e53  [SPARK-28802][DOC][SQL] Document DESCRIBE DATABASE statement in SQL Reference
     add cb0cddf  [SPARK-21870][SQL] Split aggregation code into small functions

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/catalyst/dsl/package.scala    |   8 +-
 .../expressions/codegen/CodeGenerator.scala        |  51 ++++
 .../catalyst/expressions/codegen/javaCode.scala    |   5 +-
 .../sql/catalyst/expressions/nullExpressions.scala |  12 +-
 .../org/apache/spark/sql/internal/SQLConf.scala    |  11 +
 .../execution/aggregate/HashAggregateExec.scala    | 309 ++++++++++++++++-----
 .../sql/execution/WholeStageCodegenSuite.scala     |  21 ++
 7 files changed, 348 insertions(+), 69 deletions(-)


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