[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread liancheng
GitHub user liancheng opened a pull request: https://github.com/apache/spark/pull/5210 [SPARK-6554] [SQL] Don't push down predicates which reference partition column(s) There are two cases for the new Parquet data source: 1. Partition columns exist in the Parquet data

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5210#issuecomment-86501156 [Test build #29228 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/29228/consoleFull) for PR 5210 at commit

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27237982 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2( //

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27250110 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2(

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27250985 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2(

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread pwendell
Github user pwendell commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27252832 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2(

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27252892 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2( //

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/5210#issuecomment-86697280 Thanks! I've merged this to master and 1.3. --- 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

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/5210 --- 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: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27252635 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2( //

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27253297 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2(

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread aarondav
Github user aarondav commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27258359 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2(

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27254904 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2(

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread marmbrus
Github user marmbrus commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27255249 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2(

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/5210#discussion_r27256870 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/parquet/newParquet.scala --- @@ -435,11 +435,18 @@ private[sql] case class ParquetRelation2( //

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/5210#issuecomment-86531578 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-6554] [SQL] Don't push down predicates ...

2015-03-26 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/5210#issuecomment-86531551 [Test build #29228 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/29228/consoleFull) for PR 5210 at commit