jhorstmann commented on issue #1750: URL: https://github.com/apache/arrow-rs/issues/1750#issuecomment-1148656595
Sorry for being late to this discussion, the proposed change makes sense to me. If I understand it correctly, this would be a silent behavior change of the `column`/`columns`/`columns_ref` methods on `StructArray`, which previously did not take the struct offset into account. We might want to deprecate those and instead add new methods like `pub fn column_slice(&self, pos: usize) -> &ArrayRef` (exact name up for discussion). -- 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]
