Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0
Description
builder.cc has TODO statements of the form:
// TODO(emkornfield) valgrind complains without this memset(data_->mutable_data(), 0, static_cast<size_t>(nbytes));
Ideally we shouldn't have to zero-initialize a data buffer before writing to it.
Attachments
Issue Links
- supercedes
-
ARROW-2622 [C++] Array methods IsNull and IsValid are not complementary
- Resolved
- links to