Skip to content

Commit 9263829

Browse files
committed
allow partial_result
1 parent b57123f commit 9263829

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/Configuration.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ public void writeTo(StreamOutput out) throws IOException {
141141
}
142142
if (out.getTransportVersion().onOrAfter(TransportVersions.ESQL_SUPPORT_PARTIAL_RESULTS)) {
143143
out.writeBoolean(allowPartialResults);
144-
} else if (allowPartialResults) {
145-
throw new IllegalArgumentException("allow_partial_result is not supported in this version");
146144
}
147145
}
148146

0 commit comments

Comments
 (0)