sandeep-katta commented on a change in pull request #24566: [SPARK-27667][SQL] 
support display of current Database in the spark-sql CLI
URL: https://github.com/apache/spark/pull/24566#discussion_r355265867
 
 

 ##########
 File path: 
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/StaticSQLConf.scala
 ##########
 @@ -168,4 +168,10 @@ object StaticSQLConf {
       .internal()
       .booleanConf
       .createWithDefault(true)
+
+  val SPARK_SQL_CLI_SHOW_CURRENT_DB_ENABLED =
 
 Review comment:
   In case of beeline, there is a option to show the current database in the 
CLI prompt. Same thing I handled for spark-sql CLI

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to