Skip to content

Commit 3de2dcd

Browse files
committed
Update capability description
1 parent 78e47b4 commit 3de2dcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,9 @@ public enum Cap {
950950
FIX_REPLACE_MISSING_FIELD_WITH_NULL_DUPLICATE_NAME_ID_IN_LAYOUT,
951951

952952
/**
953-
* Fix https://github.com/elastic/elasticsearch/issues/125850
953+
* When creating constant null blocks in {@link org.elasticsearch.compute.lucene.ValuesSourceReaderOperator}, we also handed off
954+
* the ownership of that block - but didn't account for the fact that the caller might close it, leading to double releases
955+
* in some union type queries. C.f. https://github.com/elastic/elasticsearch/issues/125850
954956
*/
955957
FIX_DOUBLY_RELEASED_NULL_BLOCKS_IN_VALUESOURCEREADER;
956958

0 commit comments

Comments
 (0)