You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2021/08/03 20:58:05 UTC

[spark] branch master updated (67cbc93 -> 4a6afb4)

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

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


    from 67cbc93  [SPARK-36349][SQL] Disallow ANSI intervals in file-based datasources
     add 4a6afb4  [SPARK-36280][SQL] Remove redundant aliases after RewritePredicateSubquery

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/optimizer/Optimizer.scala   |   1 +
 .../approved-plans-v1_4/q11.sf100/explain.txt      | 281 +++++----
 .../approved-plans-v1_4/q11.sf100/simplified.txt   |  57 +-
 .../approved-plans-v1_4/q11/explain.txt            | 261 +++++----
 .../approved-plans-v1_4/q11/simplified.txt         |  49 +-
 .../approved-plans-v1_4/q4.sf100/explain.txt       | 626 ++++++++++-----------
 .../approved-plans-v1_4/q4.sf100/simplified.txt    | 114 ++--
 .../approved-plans-v1_4/q4/explain.txt             | 594 ++++++++++---------
 .../approved-plans-v1_4/q4/simplified.txt          |  98 ++--
 .../approved-plans-v1_4/q70.sf100/explain.txt      | 223 ++++----
 .../approved-plans-v1_4/q70.sf100/simplified.txt   |  61 +-
 .../approved-plans-v1_4/q70/explain.txt            | 223 ++++----
 .../approved-plans-v1_4/q70/simplified.txt         |  59 +-
 .../approved-plans-v2_7/q11.sf100/explain.txt      | 281 +++++----
 .../approved-plans-v2_7/q11.sf100/simplified.txt   |  57 +-
 .../approved-plans-v2_7/q11/explain.txt            | 261 +++++----
 .../approved-plans-v2_7/q11/simplified.txt         |  49 +-
 .../approved-plans-v2_7/q70a.sf100/explain.txt     | 367 ++++++------
 .../approved-plans-v2_7/q70a.sf100/simplified.txt  |  77 ++-
 .../approved-plans-v2_7/q70a/explain.txt           | 367 ++++++------
 .../approved-plans-v2_7/q70a/simplified.txt        |  75 ++-
 .../approved-plans-v2_7/q74.sf100/explain.txt      | 281 +++++----
 .../approved-plans-v2_7/q74.sf100/simplified.txt   |  57 +-
 .../approved-plans-v2_7/q74/explain.txt            | 261 +++++----
 .../approved-plans-v2_7/q74/simplified.txt         |  49 +-
 .../scala/org/apache/spark/sql/SubquerySuite.scala |  25 +
 26 files changed, 2394 insertions(+), 2460 deletions(-)

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