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

2019-03-02 Thread Will Uto (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16782518#comment-16782518 ] Will Uto commented on SPARK-26943: -- Thanks for the information - I was hoping that if I e.g. installed

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

2019-03-02 Thread Will Uto (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16782418#comment-16782418 ] Will Uto commented on SPARK-26943: -- Thanks for explanation [~srowen], makes sense - I think this is why

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

2019-02-28 Thread Will Uto (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16780491#comment-16780491 ] Will Uto commented on SPARK-26943: -- I think this is to do with using Spark version 2.1.0 - is it

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

2019-02-20 Thread Will Uto (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Uto updated SPARK-26943: - Description:   {code:java} sdf.count(){code}   works fine. However:   {code:java} sdf = sdf.cache()

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

2019-02-20 Thread Will Uto (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-26943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Uto updated SPARK-26943: - Description:   {code:java} sdf.count(){code}   works fine. However:   {code:java} sdf = sdf.cache()

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

2019-02-20 Thread Will Uto (JIRA)
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