You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Devin Boyer (JIRA)" <ji...@apache.org> on 2018/02/22 05:16:00 UTC

[jira] [Created] (SPARK-23488) Add other missing Catalog methods to Python API

Devin Boyer created SPARK-23488:
-----------------------------------

             Summary: Add other missing Catalog methods to Python API
                 Key: SPARK-23488
                 URL: https://issues.apache.org/jira/browse/SPARK-23488
             Project: Spark
          Issue Type: Improvement
          Components: PySpark, SQL
    Affects Versions: 2.2.1
            Reporter: Devin Boyer


I noticed the Python Catalog API was missing some methods that are present in the Scala API. These would be handy to have in the Python API as well, especially the database/TableExists() methods.

I have a PR ready to add these I can open. All methods added:
 * databaseExists()
 * tableExists()
 * functionExists()
 * getDatabase()
 * getTable()
 * getFunction()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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