HyukjinKwon commented on code in PR #36986:
URL: https://github.com/apache/spark/pull/36986#discussion_r913377166
##########
python/pyspark/sql/catalog.py:
##########
@@ -79,6 +84,42 @@ def __init__(self, sparkSession: SparkSession) -> None:
self._jsparkSession = sparkSession._jsparkSession
self._jcatalog = sparkSession._jsparkSession.catalog()
+ def currentCatalog(self) -> str:
Review Comment:
Just dropping a comment .. let's make sure these are seen in PySpark
documentation properly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]