Skip to content

Commit fa87ccc

Browse files
committed
spotless fix
Signed-off-by: Vinay Krishna Pudyodu <vinkrish.neo@gmail.com>
1 parent 451f821 commit fa87ccc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/java/org/opensearch/sql/executor/analytics/AnalyticsExecutionEngine.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ private List<ExprValue> convertRows(Iterable<Object[]> rows, List<RelDataTypeFie
216216
* IpFieldMapper}'s {@code valueFetcher} output).
217217
* <li>{@link BinaryType} + {@code byte[]} &rarr; base64-encoded string (matches the OpenSearch
218218
* {@code binary} field wire format).
219-
* <li>{@code ARRAY<IpType>} / {@code ARRAY<BinaryType>} + {@code List<byte[]>} &rarr; element-wise
220-
* UDT-aware conversion for {@code list(ip|binary)} aggregates.
219+
* <li>{@code ARRAY<IpType>} / {@code ARRAY<BinaryType>} + {@code List<byte[]>} &rarr;
220+
* element-wise UDT-aware conversion for {@code list(ip|binary)} aggregates.
221221
* <li>Anything else &rarr; existing {@link ExprValueUtils#fromObjectValue} path.
222222
* </ul>
223223
*

0 commit comments

Comments
 (0)