Skip to content

Commit c78dbd9

Browse files
committed
Rename minimumVersion->minimumTransportVersion in profile
1 parent bb1d7a1 commit c78dbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlQueryResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public Iterator<? extends ToXContent> toXContentChunked(ToXContent.Params params
278278
content.add(ChunkedToXContentHelper.array("drivers", profile.drivers.iterator(), params));
279279
content.add(ChunkedToXContentHelper.array("plans", profile.plans.iterator()));
280280
content.add(ChunkedToXContentHelper.chunk((b, p) -> {
281-
b.field("minimumVersion", profile.minimumVersion().id());
281+
b.field("minimumTransportVersion", profile.minimumVersion().id());
282282
return b;
283283
}));
284284
content.add(ChunkedToXContentHelper.endObject());

0 commit comments

Comments
 (0)