Skip to content

Commit e72467f

Browse files
committed
ES|QL: Add TBUCKET function
Replace evaluation by a surrogate. Closes #131068
1 parent 45be0fe commit e72467f

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/grouping

1 file changed

+1
-0
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/grouping/TBucketTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import static org.hamcrest.Matchers.equalTo;
3232
import static org.hamcrest.Matchers.hasSize;
3333

34+
// TODO: WIP
3435
public class TBucketTests extends AbstractAggregationTestCase {
3536
public TBucketTests(@Name("TestCase") Supplier<TestCaseSupplier.TestCase> testCaseSupplier) {
3637
this.testCase = testCaseSupplier.get();

0 commit comments

Comments
 (0)