spark git commit: [SPARK-17717][SQL] Add Exist/find methods to Catalog [FOLLOW-UP]

2016-10-01 Thread rxin
Repository: spark Updated Branches: refs/heads/master 4bcd9b728 -> af6ece33d [SPARK-17717][SQL] Add Exist/find methods to Catalog [FOLLOW-UP] ## What changes were proposed in this pull request? We added find and exists methods for Databases, Tables and Functions to the user facing Catalog in

spark git commit: [SPARK-17717][SQL] Add exist/find methods to Catalog.

2016-09-29 Thread rxin
Repository: spark Updated Branches: refs/heads/master 2f7395670 -> 74ac1c438 [SPARK-17717][SQL] Add exist/find methods to Catalog. ## What changes were proposed in this pull request? The current user facing catalog does not implement methods for checking object existence or finding objects.