GH-47106: [R] Update R package to use R 4.1+ native forward pipe syntax#47622
GH-47106: [R] Update R package to use R 4.1+ native forward pipe syntax#47622amoeba merged 5 commits intoapache:mainfrom
Conversation
|
|
|
@github-actions crossbow submit -g r |
|
Revision: 6892a21 Submitted crossbow builds: ursacomputing/crossbow @ actions-0c305d6d3e |
amoeba
left a comment
There was a problem hiding this comment.
This change feels pretty safe but I thought I'd kick off crossbow jobs just in case. Thanks for taking this on @thisisnic.
|
Looks like nightly libarrow for R isn't being built and we may need to add an override in the script for test-r-rhub-debian-gcc-release-custom-ccache to run correctly until |
|
After merging your PR, Conbench analyzed the 2 benchmarking runs that have been run so far on merge-commit 48a2e88. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 7 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…e syntax (apache#47622) ### Rationale for this change Don't need base pipe ### What changes are included in this PR? Update package to use native pipe ### Are these changes tested? Sure ### Are there any user-facing changes? Nah * GitHub Issue: apache#47106 Authored-by: Nic Crane <[email protected]> Signed-off-by: Bryce Mecum <[email protected]>
Rationale for this change
Don't need base pipe
What changes are included in this PR?
Update package to use native pipe
Are these changes tested?
Sure
Are there any user-facing changes?
Nah