File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
server/src/main/java/org/elasticsearch/action/admin/cluster/stats Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -591,9 +591,6 @@ tests:
591591- class : org.elasticsearch.xpack.esql.qa.multi_node.GenerativeIT
592592 method : test
593593 issue : https://github.com/elastic/elasticsearch/issues/134407
594- - class : org.elasticsearch.action.admin.cluster.stats.SearchUsageStatsTests
595- method : testToXContent
596- issue : https://github.com/elastic/elasticsearch/issues/135558
597594- class : org.elasticsearch.search.ccs.SparseVectorQueryBuilderCrossClusterSearchIT
598595 method : testSparseVectorQueryWithCcsMinimizeRoundTripsFalse
599596 issue : https://github.com/elastic/elasticsearch/issues/135559
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public SearchUsageStats() {
5151 this .sections = new HashMap <>();
5252 this .rescorers = new HashMap <>();
5353 this .retrievers = new HashMap <>();
54- this .extendedSearchUsageStats = ExtendedSearchUsageStats . EMPTY ;
54+ this .extendedSearchUsageStats = new ExtendedSearchUsageStats () ;
5555 }
5656
5757 /**
You can’t perform that action at this time.
0 commit comments