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 2019/05/30 01:23:10 UTC

[spark] branch master updated (7d2fec3 -> 953b8e8)

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 7d2fec3  [MINOR][DOC] Fix spelling mistake
     add 953b8e8  [SPARK-26946][SQL][FOLLOWUP] Require lookup function

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalog/v2/LookupCatalog.scala       | 28 +++---
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 11 +--
 .../catalyst/catalog/v2/LookupCatalogSuite.scala   | 88 +++++++++++++++++++
 .../v2/ResolveMultipartIdentifierSuite.scala       | 99 ----------------------
 .../datasources/DataSourceResolution.scala         |  2 +-
 5 files changed, 105 insertions(+), 123 deletions(-)
 create mode 100644 sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/v2/LookupCatalogSuite.scala
 delete mode 100644 sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/catalog/v2/ResolveMultipartIdentifierSuite.scala


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