Skip to content

Commit

Permalink
Remove scheduler index from SystemIndexDescriptor (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
noCharger authored Oct 23, 2024
1 parent 0710134 commit 366d165
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin/src/main/java/org/opensearch/sql/plugin/SQLPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,6 @@ public Collection<SystemIndexDescriptor> getSystemIndexDescriptors(Settings sett
systemIndexDescriptors.add(
new SystemIndexDescriptor(
SPARK_REQUEST_BUFFER_INDEX_NAME + "*", "SQL Spark Request Buffer index pattern"));
systemIndexDescriptors.add(
new SystemIndexDescriptor(
OpenSearchAsyncQueryScheduler.SCHEDULER_INDEX_NAME, "SQL Scheduler job index"));
return systemIndexDescriptors;
}
}

0 comments on commit 366d165

Please sign in to comment.