You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by we...@apache.org on 2020/02/06 05:55:32 UTC

[spark] branch master updated (aebabf0 -> c27a616)

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 aebabf0  [SPARK-30729][CORE] Eagerly filter out zombie TaskSetManager before offering resources
     add c27a616  [SPARK-30612][SQL] Resolve qualified column name with v2 tables

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |   5 +-
 .../catalyst/expressions/namedExpressions.scala    |   2 -
 .../spark/sql/catalyst/expressions/package.scala   |  83 ++++++++++++-
 .../apache/spark/sql/catalyst/identifiers.scala    |  16 +--
 .../plans/logical/basicLogicalOperators.scala      |  17 ++-
 .../apache/spark/sql/catalyst/trees/TreeNode.scala |   3 +-
 .../expressions/AttributeResolutionSuite.scala     | 137 +++++++++++++++++++++
 .../spark/sql/catalyst/trees/TreeNodeSuite.scala   |  10 +-
 .../sql-tests/results/group-by-filter.sql.out      |  32 ++---
 .../negative-cases/invalid-correlation.sql.out     |   4 +-
 .../spark/sql/connector/DataSourceV2SQLSuite.scala |  38 ++++++
 .../execution/benchmark/TPCDSQueryBenchmark.scala  |   2 +-
 .../execution/command/PlanResolutionSuite.scala    |  65 +++++-----
 .../spark/sql/hive/HiveMetastoreCatalogSuite.scala |   2 +-
 14 files changed, 342 insertions(+), 74 deletions(-)
 create mode 100644 sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/AttributeResolutionSuite.scala


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