-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
The custom vector resizing logic in HeterogeneousBlock::push_back is unnecessary. In query code it's not standard to check for vector growth above the max size_t value. Unless the query style guide changes we should remove this code.