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 89d44d092af [SPARK-43510][YARN] Fix YarnAllocator internal state when 
adding running executor after processing completed containers
     add 0a4f226280c [SPARK-43205][SQL][FOLLOWUP] add 
ExpressionWithUnresolvedIdentifier to simplify code

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  20 +--
 ...useUtil.scala => ResolveIdentifierClause.scala} |  37 ++--
 .../spark/sql/catalyst/analysis/unresolved.scala   |  83 +++------
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 192 ++++++++++-----------
 .../spark/sql/catalyst/trees/TreePatterns.scala    |   2 +-
 .../double-quoted-identifiers-disabled.sql.out     |   4 +-
 .../ansi/double-quoted-identifiers-enabled.sql.out |   8 +-
 .../double-quoted-identifiers.sql.out              |   4 +-
 .../analyzer-results/identifier-clause.sql.out     |   6 +-
 .../postgreSQL/create_view.sql.out                 |   4 +-
 .../double-quoted-identifiers-disabled.sql.out     |   4 +-
 .../ansi/double-quoted-identifiers-enabled.sql.out |   8 +-
 .../results/double-quoted-identifiers.sql.out      |   4 +-
 .../sql-tests/results/identifier-clause.sql.out    |   6 +-
 .../results/postgreSQL/create_view.sql.out         |   4 +-
 .../org/apache/spark/sql/hive/InsertSuite.scala    |   2 +-
 16 files changed, 178 insertions(+), 210 deletions(-)
 rename 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/{IdentifierClauseUtil.scala
 => ResolveIdentifierClause.scala} (56%)


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

Reply via email to