You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSON array metadata document in the **Array metadata** section is
ill-formed. the `codecs` field contains just the gzip codec configuration,
even though the spec requires the codec chain to always have one
`array->bytes` codec. That is in the example the gzip codec should be
replaced with something more sensible like
`{"name": "bytes", "configuration": "big"}` to be considered correct.
This commit fixes that.
0 commit comments