-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
GH-45744: [C++] Remove deprecated GetNextSegment #45745
GH-45744: [C++] Remove deprecated GetNextSegment #45745
Conversation
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.
LGTM with only one nit.
Co-authored-by: Rossi Sun <zanmato1984@gmail.com>
@github-actions crossbow submit -g cpp |
|
@github-actions crossbow submit -g cpp |
Revision: 23f880b Submitted crossbow builds: ursacomputing/crossbow @ actions-23fca30928 |
CI is good. I'm merging. Thank you @AlenkaF ! |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 4291dad. 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. |
Rationale for this change
GetNextSegment
has been deprecated in 18.0.0 and can now be removed.What changes are included in this PR?
GetNextSegment
and related code is removed from compute/row/grouper.cc/.h.Are these changes tested?
The existing tests should pass.
Are there any user-facing changes?
GetNextSegment
is removed in favour ofGetSegment