jaylmiller commented on issue #5230:
URL:
https://github.com/apache/arrow-datafusion/issues/5230#issuecomment-1426778368
Hi there. I had a question.
Looking through the `arrow-row` docs/code, I'm not seeing a way to convert a
selection of `Row` into a new `Rows` (after sorting the `Rows` in SortExec,
want to save the sorted selection of `Row` to be used in the merge). Right now
my solution is to hold the sorted rows as a `Vec<OwnedRow>`.
Does that seem ok?
The main issue I see is that it needs to copy the bytes of each `Row` when
converting into `OwnedRow`. But I may be unaware of problems or a better
solution so I wanted to ask.
--
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]