mapleFU commented on code in PR #43144:
URL: https://github.com/apache/arrow/pull/43144#discussion_r1667897730
##########
cpp/src/parquet/schema.h:
##########
@@ -464,7 +465,7 @@ class PARQUET_EXPORT SchemaDescriptor {
// Root Node
schema::NodePtr schema_;
// Root Node
- const schema::GroupNode* group_node_;
+ const schema::GroupNode* group_node_{nullptr};
Review Comment:
I change this to a comment
--
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]