dongjoon-hyun opened a new issue, #46296: URL: https://github.com/apache/arrow/issues/46296
### Describe the bug, including details regarding any error messages, version, and platform. `makeArrayHolder` supports `ArrowTypeId.strct`. https://github.com/apache/arrow/blob/62c59c23352583980e894a43ec46335c4d55a7e1/swift/Arrow/Sources/Arrow/ArrowReaderHelper.swift#L189-L190 However, we cannot use `makeArrayHolder` if `fromProto` fails to `org_apache_arrow_flatbuf_Type_.struct_`. ```swift let arrowField = fromProto(field: field) return makeArrayHolder(arrowField, buffers: buffers, nullCount: nullCount, children: children, rbLength: rbLength) ``` ### Component(s) Swift -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org