Dandandan commented on PR #4039: URL: https://github.com/apache/arrow-datafusion/pull/4039#issuecomment-1296756145
> @tustvold @Dandandan it seems like the limit is never applied for multi-column sorts when `lexsort_to_indices` is called. Probably due to the changes in [apache/arrow-rs#2929](https://github.com/apache/arrow-rs/pull/2929), where we previously created an array of `(&value_indices)[0..len]` but now just create it from `value_indices` directly without any limit (the single-column case is handled separately; and it still respects the limit). Ah, great find. @tustvold might be worth to block the RC to fix this issue? -- 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]
