Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid redundant available indices check (#76540)
The resolved indices list contains name elements that either: - are concrete names that been explicitly mentioned in the original request, or - are authorized indices that are referred to by a date math expression from the request, or - are authorized indices that are covered by a wildcard from the request If the request option `ignoreUnavailable` is set to true the resolved indices list overall must silently ignore the names that are not in the authorized set. Consequently, only the names in the first category mentioned above must be verified; the check for the other names is redundant.
- Loading branch information