Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test would try to prepare a `Rounding` even when there aren't any buckets. This would fail because there is no range over which to prepare the rounding. It turns out that we don't need the rounding in that case so we just use `null` then. Closes #59131
- Loading branch information