Skip to content

Commit 98252b0

Browse files
committed
Don't need bools
1 parent fe7493d commit 98252b0

File tree

2 files changed

+5
-63
lines changed

2 files changed

+5
-63
lines changed

x-pack/plugin/esql/compute/build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,13 @@ tasks.named('stringTemplates').configure {
471471
it.outputFile = "org/elasticsearch/compute/aggregation/DoubleState.java"
472472
}
473473

474+
/*
475+
* Generates pairwise states. We generate the ones that we need at the moment,
476+
* but add more if you need more.
477+
*/
474478
File twoStateInputFile = file("src/main/java/org/elasticsearch/compute/aggregation/X-2State.java.st")
475479
[longProperties].forEach { v1 ->
476-
[booleanProperties, intProperties, longProperties, floatProperties, doubleProperties].forEach { v2 ->
480+
[intProperties, longProperties, floatProperties, doubleProperties].forEach { v2 ->
477481
{
478482
var properties = [:]
479483
v1.forEach { k, v -> properties["v1_" + k] = v}

x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/LongBooleanState.java

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)