Skip to content

Commit b347bba

Browse files
committed
Add queryBuilder and filterExpresions to NodeInfo
1 parent bfdd227 commit b347bba

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/vector/Knn.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public Expression replaceChildren(List<Expression> newChildren) {
335335

336336
@Override
337337
protected NodeInfo<? extends Expression> info() {
338-
return NodeInfo.create(this, Knn::new, field(), query(), k(), options());
338+
return NodeInfo.create(this, Knn::new, field(), query(), k(), options(), queryBuilder(), filterExpressions());
339339
}
340340

341341
@Override

0 commit comments

Comments
 (0)