pitrou commented on a change in pull request #7678:
URL: https://github.com/apache/arrow/pull/7678#discussion_r451434095
##########
File path: cpp/src/arrow/array/array_base.h
##########
@@ -176,7 +176,7 @@ class ARROW_EXPORT Array {
Status ValidateFull() const;
protected:
- Array() : null_bitmap_data_(NULLPTR) {}
+ Array() : data_(NULLPTR), null_bitmap_data_(NULLPTR) {}
Review comment:
Yes, this change is not useful as `shared_ptr` is always initialized.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]