forked from modin-project/modin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move logic of
sort_values
into the query compiler (modin-project#1754)
* Move logic of `sort_values` into the query compiler Signed-off-by: Devin Petersohn <[email protected]> * Remove dead code Signed-off-by: Devin Petersohn <[email protected]> * Add back `"kind"` parameter Signed-off-by: Devin Petersohn <[email protected]> * Added a test for bug modin-project#1743 This test runs inplace sort of dataframe that has non-numerical index Signed-off-by: Gregory Shimansky <[email protected]> * Apply suggestions from code review Co-authored-by: anmyachev <[email protected]> Co-authored-by: Gregory Shimansky <[email protected]> Co-authored-by: anmyachev <[email protected]>
- Loading branch information
Showing
3 changed files
with
106 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters