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
* Fix config serialization
We were failing to deserialize in certain situations
when there are virtual chunk containers.
This change breaks compatibility for users who wrote config
with virtual chunk containers to their repos.
Those users will need to edit the config.yaml file adding
```
name: null
```
to their virtual chunk containers.
Closes: #1181
* Allow missing name field for VirtualChunkContainers
* Add pickle/unpickle to stateful test
0 commit comments