opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
8.83k stars 1.62k forks source link

[BUG] Builds fail due to SnapshotUtils.filterIndices() not being resolved #13530

Closed dancristiancecoi closed 2 weeks ago

dancristiancecoi commented 2 weeks ago

Describe the bug

Failing due to filterIndices() method being moved from SnapshotUtils to IndexUtils as part of a recent commit [#8922]

Related component

Build

To Reproduce

  1. Pull in latest code
  2. Build

Expected behavior

Builds without issues

Additional Details

No response

dancristiancecoi commented 2 weeks ago

Oops, meant to open this issue in the Security Project. Can close this one as I will raise it in there!