Skip to content

Commit 579839d

Browse files
committed
rebase
1 parent ba1d687 commit 579839d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate/PredictLinear.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public PredictLinear(Source source, Expression field, Expression timestamp, Expr
6161
}
6262

6363
public PredictLinear(Source source, Expression field, Expression filter, Expression timestamp, Expression t) {
64-
super(source, field, filter, List.of(timestamp, t));
64+
super(source, field, filter, NO_WINDOW, List.of(timestamp, t));
6565
this.timestamp = timestamp;
6666
this.t = t;
6767
}

0 commit comments

Comments
 (0)