dongjoon-hyun opened a new pull request, #46297:
URL: https://github.com/apache/arrow/pull/46297

   ### Rationale for this change
   
   `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)
   ```
   
   ### What changes are included in this PR?
   
   This PR aims to fix `ProtoUtil.fromProto` to support `struct_`.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to