Commits


Romain Francois authored and Neal Richardson committed 7130b8f8e47
ARROW-14712: [R] fix compare_dplyr_error() for dplyr 1.0.8 As of `dplyr` 1.0.8, we're starting to use chained errors so the messages this was after is now in the parent error. This pull request should be fine with both cran dplyr and future dplyr. We then can adapt again when dplyr 1.0.8 is on cran. Closes #11736 from romainfrancois/ARROW_14712 Authored-by: Romain Francois <romain@rstudio.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>