Skip to content

Commit

Permalink
PERF-#6373: preserve dtypes cache for '_repartition' (#6376)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored Jul 13, 2023
1 parent b0e15d3 commit d6a6cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modin/core/storage_formats/base/query_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -6593,6 +6593,7 @@ def repartition(self, axis=None):
lambda df: df,
new_index=self._modin_frame.copy_index_cache(),
new_columns=self._modin_frame.copy_columns_cache(),
dtypes=self._modin_frame.copy_dtypes_cache(),
keep_partitioning=False,
sync_labels=False,
)
Expand Down

0 comments on commit d6a6cf3

Please sign in to comment.