nph opened a new issue, #39220: URL: https://github.com/apache/arrow/issues/39220
### Describe the enhancement requested Currently RecordBatches can only be filtered using a boolean mask `Array`, unlike Tables which can be filtered using either a mask or an `Expression`. It would be useful to allow `RecordBatch.filter` to also accept an `Expression` to make it consistent with `Table.filter`. See also discussion [here](https://github.com/apache/arrow/issues/38770#issuecomment-1854247691) ### Component(s) Python -- 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]
