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/11/21 15:52:16 UTC

[spark] branch master updated (6146dc4 -> cdcd43c)

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 6146dc4  [SPARK-29874][SQL] Optimize Dataset.isEmpty()
     add cdcd43c  [SPARK-29977][SQL] Remove newMutableProjection/newOrdering/newNaturalAscendingOrdering  from SparkPlan

No new revisions were added by this update.

Summary of changes:
 .../expressions/codegen/GenerateOrdering.scala     | 10 +-----
 .../spark/sql/catalyst/expressions/ordering.scala  | 40 +++++++++++++++++++---
 .../sql/execution/UnsafeKVExternalSorter.java      |  2 +-
 .../org/apache/spark/sql/execution/SortExec.scala  |  2 +-
 .../org/apache/spark/sql/execution/SparkPlan.scala | 38 --------------------
 .../execution/aggregate/HashAggregateExec.scala    |  7 ++--
 .../aggregate/ObjectAggregationIterator.scala      |  2 +-
 .../aggregate/ObjectHashAggregateExec.scala        |  2 +-
 .../execution/aggregate/SortAggregateExec.scala    |  2 +-
 .../sql/execution/joins/SortMergeJoinExec.scala    |  2 +-
 .../sql/execution/python/EvalPythonExec.scala      |  2 +-
 .../sql/execution/window/WindowExecBase.scala      | 12 +++----
 .../apache/spark/sql/execution/ReferenceSort.scala |  4 +--
 13 files changed, 55 insertions(+), 70 deletions(-)


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