cloud-fan commented on code in PR #36977:
URL: https://github.com/apache/spark/pull/36977#discussion_r913352326
##########
python/pyspark/sql/catalog.py:
##########
@@ -288,19 +301,75 @@ def functionExists(self, functionName: str, dbName:
Optional[str] = None) -> boo
name of the database to check function existence in.
If no database is specified, the current database is used
+ .. deprecated:: 3.4.0
Review Comment:
@amaliujia we need to do the same deprecation in scala
--
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]