tustvold commented on issue #7267: URL: https://github.com/apache/arrow-rs/issues/7267#issuecomment-2713369093
I'm not sure this would yield the correct sort order, if I sort by column `a`, and then **stable** sort by `b,c` the resulting order would be `b,c,a`. In general an approach like this will really depend on if there is correlation between the column values. As an aside, for multi-column sorts I would recommend looking at the row format. -- 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]
