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 3f15ad40640c [SPARK-47994][SQL] Fix bug with CASE WHEN column filter 
push down in SQLServer
     add d913d1b2662c [SPARK-47148][SQL] Avoid to materialize AQE 
ExchangeQueryStageExec on the cancellation

No new revisions were added by this update.

Summary of changes:
 .../sql/execution/adaptive/QueryStageExec.scala    |  39 ++++---
 .../execution/exchange/BroadcastExchangeExec.scala |  11 ++
 .../spark/sql/execution/exchange/Exchange.scala    |  13 +++
 .../execution/exchange/ShuffleExchangeExec.scala   |  29 ++++-
 .../adaptive/AdaptiveQueryExecSuite.scala          | 120 ++++++++++++++++++++-
 5 files changed, 182 insertions(+), 30 deletions(-)


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

Reply via email to