File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ public void testProfile() {
589589 readMetrics .readersBuilt ().keySet (),
590590 equalTo (
591591 Set .of (
592- "_tsid:column_at_a_time:BlockDocValuesReader.SingletonOrdinals " ,
592+ "_tsid:column_at_a_time:BytesRefsFromOrds.Singleton " ,
593593 "cpu:column_at_a_time:BlockDocValuesReader.SingletonDoubles"
594594 )
595595 )
@@ -600,8 +600,8 @@ public void testProfile() {
600600 assertThat (readDimensions .readersBuilt (), aMapWithSize (1 ));
601601 assertThat (
602602 Iterables .get (readDimensions .readersBuilt ().keySet (), 0 ),
603- either (equalTo ("cluster:row_stride:BlockDocValuesReader.SingletonOrdinals " )).or (
604- equalTo ("cluster:column_at_a_time:BlockDocValuesReader.SingletonOrdinals " )
603+ either (equalTo ("cluster:row_stride:BytesRefsFromOrds.Singleton " )).or (
604+ equalTo ("cluster:column_at_a_time:BytesRefsFromOrds.Singleton " )
605605 )
606606 );
607607 assertThat (ops .get (5 ).operator (), containsString ("EvalOperator" ));
You can’t perform that action at this time.
0 commit comments