[GitHub] spark pull request #14324: [SPARK-16664][SQL] Fix persist call on Data frame...

2016-07-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14324 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #14324: [SPARK-16664][SQL] Fix persist call on Data frame...

2016-07-26 Thread breakdawn
Github user breakdawn commented on a diff in the pull request: https://github.com/apache/spark/pull/14324#discussion_r72221726 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/columnar/InMemoryColumnarQuerySuite.scala --- @@ -227,7 +227,8 @@ class

[GitHub] spark pull request #14324: [SPARK-16664][SQL] Fix persist call on Data frame...

2016-07-26 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14324#discussion_r72212135 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/execution/columnar/InMemoryColumnarQuerySuite.scala --- @@ -227,7 +227,8 @@ class

[GitHub] spark pull request #14324: [SPARK-16664][SQL] Fix persist call on Data frame...

2016-07-23 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/14324#discussion_r71971259 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameSuite.scala --- @@ -1571,4 +1571,12 @@ class DataFrameSuite extends QueryTest with

[GitHub] spark pull request #14324: [SPARK-16664][SQL] Fix persist call on Data frame...

2016-07-22 Thread breakdawn
GitHub user breakdawn opened a pull request: https://github.com/apache/spark/pull/14324 [SPARK-16664][SQL] Fix persist call on Data frames with more than 200… ## What changes were proposed in this pull request? f12f11e578169b47e3f8b18b299948c0670ba585 introduced this bug,