We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855fd38 commit 2b84f68Copy full SHA for 2b84f68
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/enrich/EnrichPolicyResolver.java
@@ -473,7 +473,7 @@ private static class LookupResponse extends TransportResponse {
473
// they're not supported in enrich policies, anyway, due to bugs.
474
// https://github.com/elastic/elasticsearch/issues/127350
475
// https://github.com/elastic/elasticsearch/issues/137699
476
- this.minimumVersion = TransportVersion.minimumCompatible();
+ this.minimumVersion = TransportVersion.current();
477
}
478
this.connectionError = null;
479
0 commit comments