We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025cfc0 commit 01f325aCopy full SHA for 01f325a
1 file changed
cpp/src/parquet/arrow/schema.cc
@@ -737,7 +737,6 @@ Status ResolveList(const GroupNode& group, const Node& list_node,
737
} else if (list_group.logical_type()->is_map()) {
738
return MapToSchemaField(list_group, current_levels, ctx, out, child_field);
739
} else {
740
- current_levels.Increment(list_group);
741
return GroupToStruct(list_group, current_levels, ctx, out, child_field);
742
}
743
0 commit comments