Skip to content

Commit a0c626f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d14ebcd commit a0c626f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/rules/physical/local/ReplaceRoundToWithQueryAndTagsTests.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,7 @@ public void testDateTruncBucketTransformToQueryAndTagsWithOtherPushdownFunctions
239239
""", predicate, dateHistogram);
240240
QueryBuilder mainQueryBuilder = qb instanceof MatchQueryBuilder
241241
? qb
242-
: wrapWithSingleQuery(
243-
query,
244-
qb,
245-
"keyword",
246-
new Source(2, 8, predicate.substring(6))
247-
);
242+
: wrapWithSingleQuery(query, qb, "keyword", new Source(2, 8, predicate.substring(6)));
248243

249244
PhysicalPlan plan = plannerOptimizer.plan(query, searchStats, makeAnalyzer("mapping-all-types.json"));
250245

0 commit comments

Comments
 (0)