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: [email protected]
For additional commands, e-mail: [email protected]