Github user dilipbiswal commented on the issue:

    https://github.com/apache/spark/pull/19068
  
    @cloud-fan Yeah.. I have tried my script against this PR and it works fine. 
I am not familiar with the changes and don't know if it can have any side 
effects.  One thing that haven't had the time to find out is in my script ..
    ```
    1) spark-sql
        create database testdb;
    2) exit spark-sql
    3) spark-sql
        use testdb;  => I get a database not found error.
    ```
    How did the create database succeed i.e i didn't get any error ? If it did, 
then where did it create the database at ? Perhaps you know the answer :-)



---

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

Reply via email to