Skip to content

Commit 8e4852b

Browse files
committed
Fix comment
1 parent 853d867 commit 8e4852b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/enrich/EnrichPolicyResolver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ private static class LookupRequest extends AbstractTransportRequest {
405405
} else {
406406
// An older coordinator contacted us. Let's assume an old version, otherwise we might send back
407407
// types that it can't deserialize.
408-
// (The only versions that know some new types but don't send their transport version here are 9.2.0 and 9.2.1;
409-
// these types are dense_vector and aggregate_metric_double, and both don't work with ENRICH in these versions, anyway.)
408+
// (The only versions that know some new types but don't send their transport version here are 9.2.0-9.2.2.
409+
// These types are dense_vector and aggregate_metric_double, and both don't work with ENRICH in these versions, anyway.)
410410
this.minimumVersion = TransportVersion.minimumCompatible();
411411
}
412412
}

0 commit comments

Comments
 (0)