Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In the case where we have optimistically allocated a large PoolBuffer, we could shrink it later again using a call to realloc. This should free the exceeding memory but avoids an actual memcpy.
Attachments
Issue Links
- is depended upon by
-
PARQUET-761 C++: Shrink using realloc Buffer instead of doing a memcpy in FlatColumnReader::Impl::TypedReadBatch
- Resolved