holdenk commented on a change in pull request #20658: [SPARK-23488][python] Add
missing catalog methods to python API
URL: https://github.com/apache/spark/pull/20658#discussion_r243724593
##########
File path: python/pyspark/sql/catalog.py
##########
@@ -137,6 +138,78 @@ def listColumns(self, tableName, dbName=None):
isBucket=jcolumn.isBucket()))
return columns
+ @ignore_unicode_prefix
+ # TODO: @since() decorator?
Review comment:
Now 3.0
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]