Skip to content

Commit eddc6b9

Browse files
EC2 Default Userclaude
andcommitted
Fix spotlessJavaCheck formatting in OpenSearchAggregationResponseParserTest
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5cf5355 commit eddc6b9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

opensearch/src/test/java/org/opensearch/sql/opensearch/response/OpenSearchAggregationResponseParserTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,7 @@ void dedup_top_hits_with_field_name_mapping_should_remap_fields() {
611611
// Use BucketAggregationParser as used by the dedup aggregation pushdown path.
612612
OpenSearchAggregationResponseParser parser =
613613
new BucketAggregationParser(
614-
List.of(new TopHitsParser("dedup", false, false, Map.of("value", "val"))),
615-
List.of());
614+
List.of(new TopHitsParser("dedup", false, false, Map.of("value", "val"))), List.of());
616615
List<Map<String, Object>> result = parse(parser, response);
617616
assertEquals(1, result.size());
618617
Map<String, Object> row = result.get(0);

0 commit comments

Comments
 (0)