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/01/07 13:33:31 UTC

[spark] branch master updated (866b7df -> 314e70f)

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 866b7df  [SPARK-30335][SQL][DOCS] Add a note first, last, collect_list and collect_set can be non-deterministic in SQL function docs as well
     add 314e70f  [SPARK-30214][SQL] V2 commands resolves namespaces with new resolution framework

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  5 ++
 .../sql/catalyst/analysis/ResolveCatalogs.scala    | 33 +++++-------
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 14 ++---
 .../sql/catalyst/plans/logical/statements.scala    | 38 ++++++++-----
 .../sql/catalyst/plans/logical/v2Commands.scala    |  2 +-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 62 +++++++++++++---------
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 27 +++++-----
 .../datasources/v2/ShowNamespacesExec.scala        | 15 +++---
 8 files changed, 110 insertions(+), 86 deletions(-)


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