edponce commented on pull request #11527: URL: https://github.com/apache/arrow/pull/11527#issuecomment-953988530
@jorisvandenbossche We can definitely add a test case invoking the `column_data()` methods. I understand that the discussion in ML is important and is still unresolved, but my reasoning for allowing the `column_data()` method is because the [`Array` type already has a `data()` method that returns the `CArrayData`](https://github.com/apache/arrow/blob/master/python/pyarrow/includes/libarrow.pxd#L211) so this PR would be giving the same access to `RecordBatch` in a more concise manner. -- 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]
