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 b9aeeb4  [SPARK-35683][PYTHON] Fix Index.difference to avoid collect 
'other' to driver side
     add a50bd8f  [SPARK-35742][SQL] Expression.semanticEquals should be 
symmetrical

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/expressions/Expression.scala      |   2 +-
 .../catalyst/expressions/namedExpressions.scala    |   5 -
 .../spark/sql/catalyst/expressions/subquery.scala  |   7 -
 .../catalyst/expressions/CanonicalizeSuite.scala   |   7 +
 .../execution/SubqueryAdaptiveBroadcastExec.scala  |   6 +
 .../execution/aggregate/HashAggregateExec.scala    |   4 +-
 .../org/apache/spark/sql/execution/subquery.scala  |  10 +-
 .../approved-plans-v1_4/q23b/explain.txt           | 323 ++++-----
 .../approved-plans-v1_4/q23b/simplified.txt        |  18 +-
 .../approved-plans-v1_4/q44.sf100/explain.txt      | 231 +++----
 .../approved-plans-v1_4/q44.sf100/simplified.txt   |  13 +-
 .../approved-plans-v1_4/q44/explain.txt            | 231 +++----
 .../approved-plans-v1_4/q44/simplified.txt         |  13 +-
 .../approved-plans-v1_4/q58.sf100/explain.txt      | 394 ++++-------
 .../approved-plans-v1_4/q58.sf100/simplified.txt   |  40 +-
 .../approved-plans-v1_4/q58/explain.txt            | 368 ++++------
 .../approved-plans-v1_4/q58/simplified.txt         |  40 +-
 .../approved-plans-v2_7/q14a.sf100/explain.txt     | 770 ++++++---------------
 .../approved-plans-v2_7/q14a.sf100/simplified.txt  | 114 +--
 .../approved-plans-v2_7/q14a/explain.txt           | 770 ++++++---------------
 .../approved-plans-v2_7/q14a/simplified.txt        | 114 +--
 21 files changed, 1092 insertions(+), 2388 deletions(-)

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

Reply via email to