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

Require fill_value to be defined #145

Merged
merged 2 commits into from
Nov 7, 2022
Merged

Conversation

jakirkham
Copy link
Member

Fixes #133

@jbms
Copy link
Contributor

jbms commented Jun 1, 2022

This looks good to me.

@jbms
Copy link
Contributor

jbms commented Aug 3, 2022

Per discussion at the last meeting, I believe there was consensus that this should be merged. I think the explicit ban on null should be removed, since nothing in the spec allows null anyway, and for a data type added in the future, null could be a valid fill value. But in any case this PR, as is, is an improvement.

Copy link
Member

@jstriebel jstriebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Copy link
Member

@jstriebel jstriebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

To move forward with the spec I'm merging this. I think everyone agreed to make the fill_value required, but feel free to open an issue or PR if that's not the case, or the note about null values should be changed. Merging this doesn't mean it's set in stone, but hopefully enables more progress and refinements.

docs/core/v3.0.rst Show resolved Hide resolved
@joshmoore joshmoore merged commit 95759ea into zarr-developers:main Nov 7, 2022
@jakirkham jakirkham deleted the req_fv branch November 7, 2022 09:40
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 this pull request may close these issues.

Specifying how fill_value is handled (if unspecified)
6 participants