Pablo Langa Blanco created SPARK-45039:
------------------------------------------

             Summary: Include full identifier in Storage tab
                 Key: SPARK-45039
                 URL: https://issues.apache.org/jira/browse/SPARK-45039
             Project: Spark
          Issue Type: Improvement
          Components: SQL, Web UI
    Affects Versions: 4.0.0
            Reporter: Pablo Langa Blanco
         Attachments: image-2023-08-31-18-38-37-856.png

If you have 2 databases with tables with the same name like:  db1.table, 
db2.table

 
{code:java}
scala> spark.sql("use db1")

scala> spark.sql("cache table table")
   
scala> spark.sql("use db2")

scala> spark.sql("cache table table"){code}
You cannot differentiate it in the Storage tab

!image-2023-08-31-18-37-48-330.png!

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to