Describe the enhancement requested
arrow::BaseBinaryBuilder::GetView returns an empty string for data that is added via arrow::BaseBinaryBuilder::AppendNull. This behavior has already been identified as problematic in issue 39635, where null data is incorrectly treated as an empty string, as seen here.
Component(s)
C++
Describe the enhancement requested
arrow::BaseBinaryBuilder::GetViewreturns an empty string for data that is added viaarrow::BaseBinaryBuilder::AppendNull. This behavior has already been identified as problematic in issue 39635, where null data is incorrectly treated as an empty string, as seen here.Component(s)
C++