[GitHub] spark pull request #20658: [SPARK-23488][python] Add missing catalog methods...

2018-02-21 Thread drboyer
GitHub user drboyer opened a pull request: https://github.com/apache/spark/pull/20658 [SPARK-23488][python] Add missing catalog methods to python API ## What changes were proposed in this pull request? As noted in SPARK-23488, the Python Catalog API was missing some methods

[GitHub] spark pull request #20658: [SPARK-23488][python] Add missing catalog methods...

2018-02-22 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20658#discussion_r170003647 --- Diff: python/pyspark/sql/catalog.py --- @@ -137,6 +138,78 @@ def listColumns(self, tableName, dbName=None): isBucket=jcolumn.isB

[GitHub] spark pull request #20658: [SPARK-23488][python] Add missing catalog methods...

2018-02-22 Thread HyukjinKwon
Github user HyukjinKwon commented on a diff in the pull request: https://github.com/apache/spark/pull/20658#discussion_r170003442 --- Diff: python/pyspark/sql/catalog.py --- @@ -28,7 +28,7 @@ Database = namedtuple("Database", "name description locationUri") Table = namedtu

[GitHub] spark pull request #20658: [SPARK-23488][python] Add missing catalog methods...

2018-02-22 Thread drboyer
Github user drboyer commented on a diff in the pull request: https://github.com/apache/spark/pull/20658#discussion_r170158422 --- Diff: python/pyspark/sql/catalog.py --- @@ -28,7 +28,7 @@ Database = namedtuple("Database", "name description locationUri") Table = namedtuple(