Fix serialization case in which `global_shape` instead of `shard_shape` would be chosen as the TensorStore chunk shape in case of degenerate fragments (no primary replica shards on a host). #1283
Fix serialization case in which global_shape instead of shard_shape would be chosen as the TensorStore chunk shape in case of degenerate fragments (no primary replica shards on a host).
Fix serialization case in which
global_shape
instead ofshard_shape
would be chosen as the TensorStore chunk shape in case of degenerate fragments (no primary replica shards on a host).