Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mapleFU committed Jul 8, 2024
1 parent ca321d0 commit 7d2d080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/parquet/schema.h
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,8 @@ class PARQUET_EXPORT SchemaDescriptor {
// Root Node
schema::NodePtr schema_;
// Root Node
const schema::GroupNode* group_node_{nullptr};
// Would never be NULLPTR.
const schema::GroupNode* group_node_;

void BuildTree(const schema::NodePtr& node, int16_t max_def_level,
int16_t max_rep_level, const schema::NodePtr& base);
Expand Down

0 comments on commit 7d2d080

Please sign in to comment.