-
Notifications
You must be signed in to change notification settings - Fork 3.8k
GH-46094: [C++][Docs] Add note to RleDecoder::Get's doc comment #46874
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
Conversation
|
@github-actions crossbow submit preview-docs |
Revision: 593a63a Submitted crossbow builds: ursacomputing/crossbow @ actions-ebc2a97298
|
Could you rebase on main? |
593a63a
to
d82cf38
Compare
Done! |
@github-actions crossbow submit preview-docs |
Revision: d82cf38 Submitted crossbow builds: ursacomputing/crossbow @ actions-bbae524876
|
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.
+1
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 3573f54. There were 119 benchmark results with an error:
There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Rationale for this change
The behavior of
RleDecoder::Get
caused some confusion in #46094.What changes are included in this PR?
Improvement to
RleDecoder::Get
's doc comment.Are these changes tested?
N/A
Are there any user-facing changes?
No.