[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/8403 --- 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 enab

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-25 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134516579 I've merged this. --- 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

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-25 Thread liancheng
Github user liancheng commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134506195 This PR LGTM. @cloud-fan Same opinion as @rxin. Filter push-down itself isn't a critical path. --- If your project is set up for it, you can reply to this em

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-25 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134505721 This is once for query - isn't it? It'd make sense to specialize the input, but I don't think it's worth it for the filter pushdowns. --- If your project is set up for it

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134471917 Like the `buildScan` in data source, we shoud not expose internal types outside spark sql, but we also need to provide the ability to build efficient data source by us

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134443205 Merged build finished. Test PASSed. --- 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

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134443206 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134443119 [Test build #41490 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41490/console) for PR 8403 at commit [`c3fb4eb`](https://github.

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134415771 [Test build #41490 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41490/consoleFull) for PR 8403 at commit [`c3fb4eb`](https://gith

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134415375 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134415366 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134412052 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134412050 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134411921 [Test build #41486 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41486/console) for PR 8403 at commit [`1a3d053`](https://github.

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134406632 [Test build #41486 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41486/consoleFull) for PR 8403 at commit [`1a3d053`](https://gith

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134406190 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134406167 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134404076 Merged build finished. Test FAILed. --- 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

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134404079 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134404040 [Test build #41482 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41482/console) for PR 8403 at commit [`6af0a45`](https://github.

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134399268 [Test build #41482 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/41482/consoleFull) for PR 8403 at commit [`6af0a45`](https://gith

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134398620 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8403#issuecomment-134398599 Merged build triggered. --- 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 h

[GitHub] spark pull request: [SPARK-10195] [SQL] Data sources Filter should...

2015-08-24 Thread JoshRosen
GitHub user JoshRosen opened a pull request: https://github.com/apache/spark/pull/8403 [SPARK-10195] [SQL] Data sources Filter should not expose internal types Spark SQL's data sources API exposes Catalyst's internal types through its Filter interfaces. This is a problem because typ