lidavidm commented on code in PR #13398:
URL: https://github.com/apache/arrow/pull/13398#discussion_r902657898
##########
cpp/src/arrow/array/data.cc:
##########
@@ -208,7 +215,6 @@ int64_t ArraySpan::GetNullCount() const {
int GetNumBuffers(const DataType& type) {
switch (type.id()) {
case Type::NA:
- return 0;
Review Comment:
Hmm, I suppose it's like how here we have unions listed with three buffers
even though the spec lists only one/two.
--
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]