[FEA] Support merge_sorted
with key sorted in descending order
#21511
Labels
enhancement
New feature or an improvement of an existing feature
Description
Polars currently only guarantees correct results when merging frames where the key is sorted in ascending order. We should add support when the key is sorted in descending order. I don't think we support this in the new streaming engine either, so we should do that too.
Some context in #21464
The text was updated successfully, but these errors were encountered: