Skip to content

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

Description

@d-v-b

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions