andishgar commented on issue #50172:
URL: https://github.com/apache/arrow/issues/50172#issuecomment-4841219737
@pitrou, I checked the relevant PR, but it doesn't clarify whether the state
described below is generally considered acceptable.
```c++
TEST(CdataInterface, BinaryView) {
arrow::BinaryViewBuilder builder;
ASSERT_OK(builder.Append("1"));
ASSERT_OK_AND_ASSIGN(auto array, builder.Finish());
array->data()->buffers.push_back(nullptr);
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]