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 b57123f commit 9263829Copy full SHA for 9263829
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/Configuration.java
@@ -141,8 +141,6 @@ public void writeTo(StreamOutput out) throws IOException {
141
}
142
if (out.getTransportVersion().onOrAfter(TransportVersions.ESQL_SUPPORT_PARTIAL_RESULTS)) {
143
out.writeBoolean(allowPartialResults);
144
- } else if (allowPartialResults) {
145
- throw new IllegalArgumentException("allow_partial_result is not supported in this version");
146
147
148
0 commit comments