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
Layout readers don't need a mutable context (#6808)
When reading the set of array ids is initialised from the file and then is
immutable for whole scan duration. We don't need to share the mutable
version with immutable one.
---------
Signed-off-by: Robert Kruszewski <github@robertk.io>
0 commit comments