thisisnic commented on issue #49186: URL: https://github.com/apache/arrow/issues/49186#issuecomment-3886526877
It'll require additions to these files: - https://github.com/apache/arrow/blob/main/r/R/dplyr-filter.R - https://github.com/apache/arrow/blob/main/r/tests/testthat/test-dplyr-filter.R My first guess would be to update `set_filters()` to have another argument, something like `exclude` with a default value of `FALSE`, and then if it's set to `TRUE`, change how `new_filter` is defined. -- 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]
