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

Add warning when querying with non-indexed columns #54

Merged
merged 1 commit into from
Feb 5, 2017
Merged

Conversation

sadikovi
Copy link
Member

@sadikovi sadikovi commented Feb 5, 2017

This PR adds warning that is triggered when indexed filters are empty. This can be caused by either using non-indexed columns or some predicates where it is impossible to evaluate indexed columns separately without reading full table.

Closes #53.

@coveralls
Copy link

coveralls commented Feb 5, 2017

Coverage Status

Coverage increased (+0.4%) to 95.558% when pulling 47df301 on filter-doc into d4b5de4 on master.

@sadikovi sadikovi merged commit 483199c into master Feb 5, 2017
@sadikovi sadikovi deleted the filter-doc branch February 5, 2017 08:36
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.

2 participants