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

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


    from 726f6d3  [SPARK-30184][SQL] Implement a helper method for aliasing 
functions
     add 18e8d1d  [SPARK-30307][SQL] remove ReusedQueryStageExec

No new revisions were added by this update.

Summary of changes:
 .../execution/adaptive/AdaptiveSparkPlanExec.scala |  17 +--
 .../adaptive/DemoteBroadcastHashJoin.scala         |   4 +-
 .../adaptive/LogicalQueryStageStrategy.scala       |   4 +-
 .../adaptive/OptimizeLocalShuffleReader.scala      |  56 ++++++----
 .../sql/execution/adaptive/QueryStageExec.scala    | 116 ++++++++-------------
 .../adaptive/ReduceNumShufflePartitions.scala      |  22 ++--
 .../spark/sql/execution/exchange/Exchange.scala    |   2 +-
 .../ReduceNumShufflePartitionsSuite.scala          |   9 +-
 .../adaptive/AdaptiveQueryExecSuite.scala          |   9 +-
 9 files changed, 108 insertions(+), 131 deletions(-)


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

Reply via email to