You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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 of `GetSegment`
* GitHub Issue: #45744
Lead-authored-by: AlenkaF <frim.alenka@gmail.com>
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
Co-authored-by: Rossi Sun <zanmato1984@gmail.com>
Signed-off-by: Rossi Sun <zanmato1984@gmail.com>
Describe the enhancement requested
Remove
GetNextSegment
and related from compute/row/grouper.cc, the code has been deprecated in 18.0.0. See: #44053Component(s)
C++
The text was updated successfully, but these errors were encountered: