Skip to content

Commit

Permalink
FIX-#6664: Use '@lazy_metadata_decorator' for 'PandasDataFrame.finali…
Browse files Browse the repository at this point in the history
…ze' (#6720)

Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored Nov 9, 2023
1 parent 3a23623 commit eceb566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modin/core/dataframe/pandas/dataframe/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4105,6 +4105,7 @@ def transpose(self):
dtypes=new_dtypes,
)

@lazy_metadata_decorator(apply_axis="both")
def finalize(self):
"""
Perform all deferred calls on partitions.
Expand Down

0 comments on commit eceb566

Please sign in to comment.