You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Will Uto (JIRA)" <ji...@apache.org> on 2019/02/20 13:58:00 UTC

[jira] [Created] (SPARK-26943) Weird behaviour with `.cache()`

Will Uto created SPARK-26943:
--------------------------------

             Summary: Weird behaviour with `.cache()`
                 Key: SPARK-26943
                 URL: https://issues.apache.org/jira/browse/SPARK-26943
             Project: Spark
          Issue Type: Bug
          Components: PySpark
    Affects Versions: 2.1.0
            Reporter: Will Uto


 
{code:java}
sdf.count(){code}
 

works fine. However:

 
{code:java}
sdf = sdf.cache()
sdf.count()

{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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