pitrou commented on code in PR #38443:
URL: https://github.com/apache/arrow/pull/38443#discussion_r1409279626
##########
cpp/src/arrow/c/bridge_test.cc:
##########
@@ -122,7 +125,7 @@ class ReleaseCallback {
private:
ARROW_DISALLOW_COPY_AND_ASSIGN(ReleaseCallback);
- bool called_;
+ bool called_{};
Review Comment:
It would be more readable like that, yes.
--
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]