adamreeve commented on issue #51370: URL: https://github.com/apache/arrow/issues/51370#issuecomment-5712284878
I think we can map `i` to the top-level column column index with `manifest_.GetFieldIndices` as you'd done originally in #51362. But we'd need to get the name from the top-level schema node instead of `Column(i)`. And `phys_type` could be set if the column is a primitive, otherwise we leave it empty? -- 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]
