Skip to content

Commit 84ff359

Browse files
committed
RerankOperator tests
1 parent 52fc536 commit 84ff359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/inference/RerankOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ private Block[] inputBlocks(Page inputPage) {
233233
}
234234

235235
return blocks;
236-
} catch(Exception e) {
236+
} catch (Exception e) {
237237
Releasables.closeExpectNoException(blocks);
238238
throw e;
239239
}

0 commit comments

Comments
 (0)