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 d871b54  [SPARK-34237][SQL] Add more metrics (fallback, spill) to 
object hash aggregate
     add b891862  [SPARK-34269][SQL] Simplify SQL view resolution

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  2 +-
 .../sql/catalyst/analysis/CheckAnalysis.scala      | 37 +------------
 .../apache/spark/sql/catalyst/analysis/view.scala  | 63 ++--------------------
 .../sql/catalyst/catalog/SessionCatalog.scala      | 47 +++++++++++-----
 .../sql/catalyst/plans/logical/LogicalPlan.scala   |  2 +-
 .../plans/logical/basicLogicalOperators.scala      | 45 +++++++---------
 .../sql/catalyst/analysis/AnalysisSuite.scala      | 25 +--------
 .../sql/catalyst/catalog/SessionCatalogSuite.scala | 16 ++++--
 .../spark/sql/execution/command/tables.scala       |  3 +-
 .../sql-tests/results/group-by-filter.sql.out      | 56 ++++++++++---------
 .../negative-cases/invalid-correlation.sql.out     |  7 +--
 .../thriftserver/SparkGetColumnsOperation.scala    |  8 +--
 .../thriftserver/HiveThriftServer2Suites.scala     |  4 +-
 13 files changed, 119 insertions(+), 196 deletions(-)


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

Reply via email to