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

Storing arrays with unknown chunk sizes #46

Open
jakirkham opened this issue Jul 23, 2019 · 1 comment
Open

Storing arrays with unknown chunk sizes #46

jakirkham opened this issue Jul 23, 2019 · 1 comment
Labels
protocol-extension Protocol extension related issue

Comments

@jakirkham
Copy link
Member

In some cases ( like dask/dask#3293 ), it is useful to be able to store an array where the chunk sizes are not known until the array is written out. Admittedly this may require things like chunk headers and some more sophistication when it comes to working with the data after storing it. However there are definite use cases like in this SO question.

@jrbourbeau jrbourbeau added the protocol-extension Protocol extension related issue label Apr 6, 2020
@jstriebel
Copy link
Member

Cross-referencing #138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protocol-extension Protocol extension related issue
Projects
None yet
Development

No branches or pull requests

3 participants