emkornfield commented on code in PR #43995:
URL: https://github.com/apache/arrow/pull/43995#discussion_r1820128969


##########
cpp/src/parquet/arrow/schema.cc:
##########
@@ -681,6 +681,10 @@ Status ListToSchemaField(const GroupNode& group, LevelInfo 
current_levels,
       // List of primitive type
       RETURN_NOT_OK(
           NodeToSchemaField(*list_group.field(0), current_levels, ctx, out, 
child_field));
+    } else if (list_group.field_count() == 1 && 
list_group.field(0)->is_repeated()) {

Review Comment:
   BTW, it looks like the HasStructListName is not correct for _tuple, as it 
only checks the name ends in `_tuple` and not that it is the top level list 
appended with `_tuple`.



-- 
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]

Reply via email to