Skip to content

Commit 3baf809

Browse files
Update engine/src/main/java/com/arcadedb/query/sql/executor/SelectExecutionPlanner.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 66b4636 commit 3baf809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/src/main/java/com/arcadedb/query/sql/executor/SelectExecutionPlanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ private IndexSearchDescriptor findBestIndexFor(final CommandContext context, fin
19911991
descriptors = sortedDescriptors.stream()
19921992
.filter(x -> x.getFirst().equals(sortedDescriptors.getFirst().getFirst()))
19931993
.map(x -> x.getSecond())
1994-
.collect(Collectors.toList());
1994+
.toList();
19951995
}
19961996

19971997
// sort remaining by the number of indexed fields

0 commit comments

Comments
 (0)