-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-36271: [R] Split out R6 classes and convenience functions #36394
Conversation
8adcde9
to
981ca69
Compare
@github-actions crossbow submit preview-docs |
7d109f8
to
439e2a8
Compare
Revision: 439e2a8 Submitted crossbow builds: ursacomputing/crossbow @ actions-c1ef6de2e5
|
@github-actions crossbow submit preview-docs |
Revision: bcb04d8 Submitted crossbow builds: ursacomputing/crossbow @ actions-43f1b60cff
|
@github-actions crossbow submit preview-docs |
Revision: a9745c2 Submitted crossbow builds: ursacomputing/crossbow @ actions-4747ca0561
|
Revision: 5bfd1bb Submitted crossbow builds: ursacomputing/crossbow @ actions-c28dae260a
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thank you!
When browsing the preview docs, the only possible improvement related to this change might be updating:
- title: Arrow data types, schemas, and containers - R6 classes
desc: >
R6 classes for Arrow data types.
to something like
- title: Low-level C++ wrappers
desc: >
Low-level R6 class representations of Arrow C++ objects intended for advanced users.
...with as much editorial take-it-or-leave-it as you see fit!
This is a fantastic improvement, thanks @paleolimbot, have integrated it! |
Closes: #36271 * Closes: #36271 Authored-by: Nic Crane <[email protected]> Signed-off-by: Nic Crane <[email protected]>
After merging your PR, Conbench analyzed the 6 benchmarking runs that have been run so far on merge-commit 2bd031a. There were 3 benchmark results indicating a performance regression:
The full Conbench report has more details. It also includes information about possible false positives for unstable benchmarks that are known to sometimes produce them. |
Closes: #36271