Skip to content

Commit 177f9d0

Browse files
authored
ESQL: Fix AbstractPageMappingOperator Status deserialization (#131820) (#132004)
Manual 9.1 partial backport, extracted from #131474
1 parent e73a0a4 commit 177f9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/AbstractPageMappingToIteratorOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public static class Status implements Operator.Status {
202202
public static final NamedWriteableRegistry.Entry ENTRY = new NamedWriteableRegistry.Entry(
203203
Operator.Status.class,
204204
"page_mapping_to_iterator",
205-
AbstractPageMappingOperator.Status::new
205+
Status::new
206206
);
207207

208208
private final long processNanos;

0 commit comments

Comments
 (0)