Commit 870facd
authored
Remove partial aggregations (elastic#139143)
Partial aggregation was added to support mixing time-series and
non-time-series aggregations in TS. Since we no longer support this,
these can be removed.1 parent f10268d commit 870facd
File tree
16 files changed
+10
-464
lines changed- x-pack/plugin
- esql-core/src/main/java/org/elasticsearch/xpack/esql/core/type
- esql
- compute/src/main/java/org/elasticsearch/compute/aggregation
- qa
- server/src/main/java/org/elasticsearch/xpack/esql/qa/rest
- testFixtures/src/main/java/org/elasticsearch/xpack/esql
- src
- main/java/org/elasticsearch/xpack/esql
- action
- expression/function/scalar/nulls
- planner
- plan/logical/join
- test/java/org/elasticsearch/xpack/esql
- action
- expression/function
- type
16 files changed
+10
-464
lines changedLines changed: 2 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| |||
359 | 357 | | |
360 | 358 | | |
361 | 359 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | 360 | | |
369 | 361 | | |
370 | 362 | | |
| |||
665 | 657 | | |
666 | 658 | | |
667 | 659 | | |
668 | | - | |
669 | 660 | | |
670 | 661 | | |
671 | 662 | | |
| |||
Lines changed: 0 additions & 103 deletions
This file was deleted.
Lines changed: 0 additions & 130 deletions
This file was deleted.
Lines changed: 0 additions & 85 deletions
This file was deleted.
0 commit comments