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 78e47b4 commit 3de2dcdCopy full SHA for 3de2dcd
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
@@ -950,7 +950,9 @@ public enum Cap {
950
FIX_REPLACE_MISSING_FIELD_WITH_NULL_DUPLICATE_NAME_ID_IN_LAYOUT,
951
952
/**
953
- * Fix https://github.com/elastic/elasticsearch/issues/125850
+ * 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
956
*/
957
FIX_DOUBLY_RELEASED_NULL_BLOCKS_IN_VALUESOURCEREADER;
958
0 commit comments