Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update BinaryBuilder::Resize(int64_t capacity) in builder.cc
When building BinaryArrays with a known size using Resize and Reserve methods, space is also reserved for value_data_builder_ to prevent internal reallocation
- Loading branch information