kszucs commented on a change in pull request #7678:
URL: https://github.com/apache/arrow/pull/7678#discussion_r451433719
##########
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:
There are multiple `Conditional jump or move depends on uninitialised
value(s)` from `Array.IsNull` and `Array.IsValid` but it doesn't seem to solve
it.
----------------------------------------------------------------
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]