Skip to content

Commit

Permalink
FIX: Fix API layer implementation of reindex_like [upstream] (modin-p…
Browse files Browse the repository at this point in the history
…roject#75) [service]

Note for upstream and rebase: Don't worry about the client query compiler change
here as it's just deleting an unused method. Don't need to upstream or add into
the next modin branch on the next rebase.

Signed-off-by: mvashishtha <[email protected]>
  • Loading branch information
mvashishtha authored and vnlitvinov committed Feb 27, 2023
1 parent 1e0026f commit 4341ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modin/core/execution/client/query_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ def forwarding_method(self, by, *args, **kwargs):
"align",
"series_corr",
"divmod",
"reindex_like",
"rdivmod",
"corrwith" "merge_ordered",
}
Expand Down

0 comments on commit 4341ab2

Please sign in to comment.