Skip to content

Commit

Permalink
Update opensearch/src/main/java/org/opensearch/sql/opensearch/respons…
Browse files Browse the repository at this point in the history
…e/agg/MetricParserHelper.java

Co-authored-by: Guian Gumpac <guian.gumpac@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.gale@improving.com>
  • Loading branch information
MitchellGale and GumpacG authored Aug 17, 2023
1 parent 2768f29 commit 4e84c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public Map<String, Object> parse(Aggregations aggregations) {
} else {
throw new RuntimeException(
StringUtils.format(
"couldn't parse field %s in aggregation " + "response", aggregation.getName()));
"couldn't parse field %s in aggregation response", aggregation.getName()));
}
}
return resultMap;
Expand Down

0 comments on commit 4e84c3b

Please sign in to comment.