Commits


Jonathan Keane authored and Neal Richardson committed 285667cc88e
ARROW-15312: [R][C++] filtering a Parquet dataset with is.na() misses some rows The real fix was in https://github.com/apache/arrow/pull/12891 ([ARROW-12659](https://issues.apache.org/jira/browse/ARROW-12659)) but this adds integration tests from the ticket to confirm this works in R + we don't run into this in the future Closes #12950 from jonkeane/ARROW-15312 Lead-authored-by: Jonathan Keane <jkeane@gmail.com> Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>