-
Notifications
You must be signed in to change notification settings - Fork 22
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
gzip compression options not visible via dataset.compression_opts with v2 filter pipelines #64
Comments
So for example, this is what gzip_entry looks like in test_compressed_dataset:
and this is what it looks like in the test above:
I would just "fix" this to use client_data_values in both, but I am not sure what is actually going on. |
Well, for now, this seems to work, but I don't really know what is going on (well, I know what the option is, but the spec here implies that the filter description should not differ between v1 and v2.
|
This issue is exposed by adding a small test to
test_filter_pipeline_v2
This will fail with
which I think happens because the v2 spec has only
client_data_values
notclient_data
in this dictionary (to be clear, I do not know what the spec has, cause I can't find the details of this bit, but by inspection, this is the difference.)The text was updated successfully, but these errors were encountered: