pitrou commented on PR #15041: URL: https://github.com/apache/arrow/pull/15041#issuecomment-1369866110
Hmm, this seems wrong: ``` ArraySortIndicesString/49152/1 5.20 us 5.20 us 133594 bytes_per_second=8.79969G/s items_per_second=590.537M/s null_percent=100 size=49.152k ``` For a string array with 100% nulls, the data buffer will probably be empty (meaning we should take the offsets into account after all?). -- 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]
