You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESQL: Fix bug in FIRST/LAST initialization (#132671)
Fixes a bug in the ungrouped FIRST/LAST implementation when it received
timestamps always less than 0 (greater than 0 for LAST). We were always
returning `0` as the value....
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/FirstDoubleByTimestampAggregator.java
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/FirstFloatByTimestampAggregator.java
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/FirstIntByTimestampAggregator.java
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/FirstLongByTimestampAggregator.java
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/LastDoubleByTimestampAggregator.java
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/LastFloatByTimestampAggregator.java
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/LastIntByTimestampAggregator.java
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/LastLongByTimestampAggregator.java
0 commit comments