Skip to content

[SPARK-16199][SQL] Add a method to list the referenced columns in data source Filter #14120

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

Closed
wants to merge 3 commits into from

Conversation

petermaxlee
Copy link
Contributor

What changes were proposed in this pull request?

It would be useful to support listing the columns that are referenced by a filter. This can help simplify data source planning, because with this we would be able to implement unhandledFilters method in HadoopFsRelation.

This is based on @rxin's patch (#13901) and adds unit tests.

How was this patch tested?

Added a new suite FiltersSuite.

@SparkQA
Copy link

SparkQA commented Jul 9, 2016

Test build #62033 has finished for PR 14120 at commit 795b927.

  • This patch fails MiMa tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class FiltersSuite extends SparkFunSuite

@rxin
Copy link
Contributor

rxin commented Jul 11, 2016

This can be updated once #14130 is merged.

@SparkQA
Copy link

SparkQA commented Jul 11, 2016

Test build #62105 has finished for PR 14120 at commit b5884dd.

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

@rxin
Copy link
Contributor

rxin commented Jul 12, 2016

Merging in master.

@asfgit asfgit closed this in c9a6762 Jul 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants