Skip to content

Commit 01f325a

Browse files
committed
fix review
1 parent 025cfc0 commit 01f325a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cpp/src/parquet/arrow/schema.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,6 @@ Status ResolveList(const GroupNode& group, const Node& list_node,
737737
} else if (list_group.logical_type()->is_map()) {
738738
return MapToSchemaField(list_group, current_levels, ctx, out, child_field);
739739
} else {
740-
current_levels.Increment(list_group);
741740
return GroupToStruct(list_group, current_levels, ctx, out, child_field);
742741
}
743742
}

0 commit comments

Comments
 (0)