Github user cloud-fan commented on the issue:

    https://github.com/apache/spark/pull/14897
  
    @gatorsmile  That's a good question, if users are using a SQL shell, there 
is no way for them to figure out the global temp database.
    
    But including global temp database in SHOW DATABASES doesn't solve the 
problem, users still don't know which database is the global temp database.
    
    My proposal: after read the `spark.sql.globalTempDatabase`, we set it to 
SparkConf, and mark it as unsetable(if we can), then uses can read this conf to 
know the global temp database.
    
    cc @yhuai @liancheng 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to