larry77 opened a new issue, #49257:
URL: https://github.com/apache/arrow/issues/49257

   ### Describe the enhancement requested
   
   The Arrow R dplyr backend currently supports filter(), but does not support
   dplyr::filter_out(), which was introduced in dplyr 1.2.0.
   
   This issue proposes adding filter_out() support so that users can exclude
   rows lazily when working with arrow_table(), RecordBatchReader, and
   open_dataset() (larger-than-memory datasets), with semantics matching dplyr
   (including NA handling and multiple predicates).
   
   A PR implementing this is available and reuses the existing filter()
   infrastructure.
   
   ### Component(s)
   
   R


-- 
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]

Reply via email to