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 · 1 comment · May be fixed by #2839
Open

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

d-v-b opened this issue Jan 14, 2025 · 1 comment · May be fixed by #2839

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.

@brokkoli71
Copy link
Member

agreed! I can work on this

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 a pull request may close this issue.

2 participants