-
Notifications
You must be signed in to change notification settings - Fork 311
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
added predicate option to loadCoverage #1156
Conversation
Test PASSed. |
Ah, so this is a philosophical decision articulated many moons in the past by @laserson, but we don't have the predicates on the "automagical" functions (i.e., What's the use case here? I know you had one in mind, so I'm wondering what's the best way to move this forward. |
The use case here is to enable loading in custom coverage files in Mango, since users might only be interested in viewing coverage information. |
Those are just stored as Parquet |
8497112
to
6b0c7f6
Compare
Test PASSed. |
I added a loadParquetCoverage and loadCoverage, the first which accepts a predicate. This is how loadFeatures is implemented. |
Thanks for updating this @akmorrow13! This LGTM. I will leave open for a day for any other review comments and will merge if there are no objections. |
Thanks @akmorrow13! I've merged this as 5e2853e. |
No description provided.