Github user leobenkel commented on the issue:

    https://github.com/apache/spark/pull/16609
  
    I am confused about this thing. If I want to see my dataframe in the 
storage tab, i need to do:
    
    ```
    df.createGlobalTempView("myName")
    df.sparkSession.catalog.cacheTable("myName")
    ```
    Does that only give a name ? 
    Or is that caching it as well ? 
    
    What if prior to that I had 
    
    `df.persist(....)` 
    
    Will it be cached twice ? 


---

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

Reply via email to