Github user ueshin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22466#discussion_r226245229
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -2993,6 +2990,7 @@ def test_current_database(self):
                 AnalysisException,
                 "does_not_exist",
                 lambda: spark.catalog.setCurrentDatabase("does_not_exist"))
    +        spark.sql("DROP DATABASE some_db")
    --- End diff --
    
    Submitted #22762.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to