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

Array creation should take strings for filters, serializer, compressors #2705

Open
d-v-b opened this issue Jan 14, 2025 · 0 comments
Open

Array creation should take strings for filters, serializer, compressors #2705

d-v-b opened this issue Jan 14, 2025 · 0 comments

Comments

@d-v-b
Copy link
Contributor

d-v-b commented Jan 14, 2025

For a user who is happy to use crc32c and zstd with whatever the defaults happen to be, create_array(..., compressors=('crc32c', 'zstd')) is a lot more ergonomic than create_array(..., compressors=({'name': 'crc32c'}, {'name' : 'zstd'})). So we should accept the iterable of strings.

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

No branches or pull requests

1 participant