HyukjinKwon commented on code in PR #39919:
URL: https://github.com/apache/spark/pull/39919#discussion_r1098149141
##########
python/pyspark/sql/catalog.py:
##########
@@ -956,7 +959,7 @@ def isCached(self, tableName: str) -> bool:
Throw an analysis exception when the table does not exist.
- >>> spark.catalog.isCached("not_existing_table")
+ >>> spark.catalog.isCached("not_existing_table") # doctest: +SKIP
Review Comment:
Should enable this back too. I will fix them all once
https://github.com/apache/spark/pull/39882 is merged.
--
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]