Skip to content

Commit e3ef5c2

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 646f378 commit e3ef5c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/enrich/AbstractLookupService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,8 @@ private static Operator extractFieldsOperator(
421421
// (LOOKUP JOIN uses FieldAttributes)
422422
: extractField instanceof Alias a ? ((NamedExpression) a.child()).name()
423423
: extractField.name();
424-
BlockLoader loader = shardContext.blockLoader(fieldName,
424+
BlockLoader loader = shardContext.blockLoader(
425+
fieldName,
425426
extractField.dataType() == DataType.UNSUPPORTED,
426427
MappedFieldType.FieldExtractPreference.NONE
427428
);

0 commit comments

Comments
 (0)