Skip to content

Commit d46b18f

Browse files
committed
mark generated imports
1 parent b7b4bd3 commit d46b18f

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

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

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/aggregation/X-SampleAggregator.java.st

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
package org.elasticsearch.compute.aggregation;
99

10+
// begin generated imports
1011
import org.apache.lucene.util.BytesRef;
1112
import org.elasticsearch.common.breaker.CircuitBreaker;
1213
import org.elasticsearch.common.util.BigArrays;
@@ -27,6 +28,7 @@ import org.elasticsearch.search.sort.SortOrder;
2728

2829
import java.util.SplittableRandom;
2930
import java.util.random.RandomGenerator;
31+
// end generated imports
3032

3133
/**
3234
* Sample N field values for $type$.

0 commit comments

Comments
 (0)