Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-45039

Include full identifier in Storage tab

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 4.0.0
    • None
    • SQL, Web UI

    Description

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

       

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

      You cannot differentiate it in the Storage tab

       

      Attachments

        1. image-2023-08-31-18-38-37-856.png
          41 kB
          Pablo Langa Blanco

        Issue Links

          Activity

            People

              Unassigned Unassigned
              planga82 Pablo Langa Blanco
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: