Skip to content

Commit 6e30b93

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 702548d commit 6e30b93

File tree

1 file changed

+0
-1
lines changed
  • x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/generator/command

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/generator/command/CommandGenerator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ static ValidationResult expectAtLeastSameNumberOfColumns(List<Column> previousCo
158158
previousColumns = previousColumns.stream().filter(x -> x.name().contains("<all-fields-projected>") == false).toList();
159159
columns = columns.stream().filter(x -> x.name().contains("<all-fields-projected>") == false).toList();
160160

161-
162161
if (previousColumns.size() > columns.size()) {
163162
return new ValidationResult(false, "Expecting at least [" + previousColumns.size() + "] columns, got [" + columns.size() + "]");
164163
}

0 commit comments

Comments
 (0)