Skip to content

Commit bc23cdb

Browse files
committed
ES|QL: Refactor tests to
- Use TypeSignature instead of Map.Entry - Refactor LogicalPlanOptimizerTests to use Capabilities
1 parent cbe757b commit bc23cdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizerTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8744,7 +8744,6 @@ public List<Attribute> output() {
87448744
}
87458745

87468746
public void testTranslateDataGroupedByTBucket() {
8747-
assumeTrue("requires snapshot builds", EsqlCapabilities.Cap.TBUCKET.isEnabled());
87488747
var query = """
87498748
FROM sample_data
87508749
| STATS min = MIN(@timestamp), max = MAX(@timestamp) BY bucket = TBUCKET(1 hour)

0 commit comments

Comments
 (0)