Skip to content

Commit c95bdbb

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 71306d9 commit c95bdbb

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ private Expression resolveConvertFunction(ConvertFunction convert, List<FieldAtt
16911691
&& fa.field() instanceof MultiTypeEsField mtf) {
16921692
// This is an explicit casting of a union typed field that has been converted to MultiTypeEsField in EsRelation by
16931693
// DateMillisToNanosInEsRelation, it is not necessary to cast it again to the same type, replace the implicit casting
1694-
// with explicit casting.
1694+
// with explicit casting.
16951695
if (((Expression) convert).dataType() == mtf.getDataType()) {
16961696
return createIfDoesNotAlreadyExist(fa, mtf, unionFieldAttributes);
16971697
}

0 commit comments

Comments
 (0)