Skip to content

Commit 810bb14

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 06009b7 commit 810bb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9983,7 +9983,7 @@ public void testTopSnippetsQueryFoldableConcatConstants() {
99839983
var failures = LogicalVerifier.INSTANCE.verify(plan, plan.output());
99849984
assertThat(failures.failures(), is(empty()));
99859985
}
9986-
9986+
99879987
public void testPushDownSampleAndLimitThroughUriParts() {
99889988
assumeTrue("requires compound output capability", EsqlCapabilities.Cap.URI_PARTS_COMMAND.isEnabled());
99899989
var query = "FROM test | URI_PARTS parts = \"http://example.com/foo/bar?baz=qux\" | SAMPLE .5";

0 commit comments

Comments
 (0)