[GitHub] spark pull request #20483: [SPARK-23312][SQL] add a config to turn off vecto...

2018-02-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/20483 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #20483: [SPARK-23312][SQL] add a config to turn off vecto...

2018-02-02 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/20483#discussion_r165609895 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -141,6 +141,12 @@ object SQLConf { .booleanConf

[GitHub] spark pull request #20483: [SPARK-23312][SQL] add a config to turn off vecto...

2018-02-02 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/20483#discussion_r165581115 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -141,6 +141,12 @@ object SQLConf { .booleanConf

[GitHub] spark pull request #20483: [SPARK-23312][SQL] add a config to turn off vecto...

2018-02-01 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/20483#discussion_r165569731 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala --- @@ -141,6 +141,12 @@ object SQLConf { .booleanConf

[GitHub] spark pull request #20483: [SPARK-23312][SQL] add a config to turn off vecto...

2018-02-01 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/20483 [SPARK-23312][SQL] add a config to turn off vectorized cache reader ## What changes were proposed in this pull request? https://issues.apache.org/jira/browse/SPARK-23309 reported a