wiedld opened a new pull request, #7912: URL: https://github.com/apache/arrow-datafusion/pull/7912
## Which issue does this PR close? Part of #7379 . ## Rationale for this change In the cascaded merge tree, partially sorted record batches are yielded per merge node. Therefore, we need the ability to yield a partial of these representative values (a.k.a. the `CursorValues`)/ ## What changes are included in this PR? Slicing the `CursorValues`. Add tests to demonstrate use with `Cursor::new(sliced_cursor_values)`. Have test coverage include different data types. ## Are these changes tested? Yes, tests are added. ## Are there any user-facing changes? No. `CursorValues` are currently an internal construct. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
