Skip to content

Commit 2b84f68

Browse files
committed
Fix bug
1 parent 855fd38 commit 2b84f68

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/enrich/EnrichPolicyResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ private static class LookupResponse extends TransportResponse {
473473
// they're not supported in enrich policies, anyway, due to bugs.
474474
// https://github.com/elastic/elasticsearch/issues/127350
475475
// https://github.com/elastic/elasticsearch/issues/137699
476-
this.minimumVersion = TransportVersion.minimumCompatible();
476+
this.minimumVersion = TransportVersion.current();
477477
}
478478
this.connectionError = null;
479479
}

0 commit comments

Comments
 (0)