Revision 6a41c218afb1800ecbd49884b750c1018c28ce85 authored by brharrington on 10 December 2019, 17:04:51 UTC, committed by GitHub on 10 December 2019, 17:04:51 UTC
In intermediate deployment stages, some of the shard
groups may be empty. Before this would result in a
divide by zero error. Now it will return null. Null
is used instead of `Option[T]` to maintain backwards
compatibility and avoid the extra allocation if used
in a hot path.
1 parent f1d110e
History

README.md

back to top