benibus commented on PR #14753: URL: https://github.com/apache/arrow/pull/14753#issuecomment-1371208872
Probably worth noting that `GetTableColumn` (which I replaced in the last commit) isn't exactly equivalent to `FieldRef::GetOne` since the former will (a) reject nested fields and (b) won't search for multiple matching `FieldRef`s - unlike the latter, which calls `FieldRef::FindAll` under the hood. That being said, those constraints/optimizations don't currently apply to the `RecordBatch` functions, so I'm not quite sure what the call would be here. -- 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]
