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

Split long filters #165

Merged
merged 3 commits into from
Jan 27, 2021
Merged

Split long filters #165

merged 3 commits into from
Jan 27, 2021

Conversation

mbrt
Copy link
Owner

@mbrt mbrt commented Jan 27, 2021

Close #158

This commit handles the simple case of filters of the form
`op:{a, b, c, ...}`, where the list of arguments is too long.
Address the case of splitting filters of the form
({a, b, c} d) => ({a, b} d), (c d).
@mbrt mbrt mentioned this pull request Jan 27, 2021
@mbrt mbrt merged commit 01da226 into master Jan 27, 2021
@mbrt mbrt deleted the split-long-filters branch January 27, 2021 21:37
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.

Chunking supported?
1 participant