elasticsearch
elasticsearch copied to clipboard
Relax block serialization assertion in 8.13
In section 8.13, during serialization, we can enable compact forms for blocks/vectors. One of these is converting a single position vector into a constant vector. This change relaxes the assertion, allowing the constant property of a vector to change from false to true during serialization.
Closes #108725
Pinging @elastic/es-analytical-engine (Team:Analytics)
Thanks Alex!