[GitHub] spark pull request #18328: [SPARK-21121][SQL] Support changing storage level...

2017-08-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18328 --- 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 #18328: [SPARK-21121][SQL] Support changing storage level...

2017-07-24 Thread dosoft
Github user dosoft commented on a diff in the pull request: https://github.com/apache/spark/pull/18328#discussion_r129031454 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -106,6 +105,11 @@ class CacheManager extends Logging { }

[GitHub] spark pull request #18328: [SPARK-21121][SQL] Support changing storage level...

2017-06-19 Thread felixcheung
Github user felixcheung commented on a diff in the pull request: https://github.com/apache/spark/pull/18328#discussion_r122872220 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -106,6 +105,11 @@ class CacheManager extends Logging {

[GitHub] spark pull request #18328: [SPARK-21121][SQL] Support changing storage level...

2017-06-16 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18328#discussion_r122485448 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -106,6 +106,13 @@ class CacheManager extends Logging {

[GitHub] spark pull request #18328: [SPARK-21121][SQL] Support changing storage level...

2017-06-16 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/18328#discussion_r122485403 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/CacheManager.scala --- @@ -106,6 +106,13 @@ class CacheManager extends Logging {

[GitHub] spark pull request #18328: [SPARK-21121][SQL] Support changing storage level...

2017-06-16 Thread dosoft
GitHub user dosoft opened a pull request: https://github.com/apache/spark/pull/18328 [SPARK-21121][SQL] Support changing storage level via the spark.sql.inMemoryColumnarStorage.level variable ## What changes were proposed in this pull request? As described in title