Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-5465] [SQL] Fixes filter push-down for Parquet data source #4255

Closed
wants to merge 1 commit into from

Conversation

liancheng
Copy link
Contributor

Not all Catalyst filter expressions can be converted to Parquet filter predicates. We should try to convert each individual predicate and then collect those convertible ones.

Review on Reviewable

@SparkQA
Copy link

SparkQA commented Jan 28, 2015

Test build #26254 has started for PR 4255 at commit 14ccd37.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Jan 28, 2015

Test build #26254 has finished for PR 4255 at commit 14ccd37.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/26254/
Test PASSed.

@asfgit asfgit closed this in ec10032 Feb 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants