Skip to content

Commit

Permalink
Revert "Clear object store after every round" (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
raghumdani authored Oct 1, 2024
1 parent bf7acf1 commit 3885bbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion deltacat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

deltacat.logs.configure_deltacat_logger(logging.getLogger(__name__))

__version__ = "1.1.21"
__version__ = "1.1.22"


__all__ = [
Expand Down
1 change: 0 additions & 1 deletion deltacat/compute/compactor_v2/private/compaction_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ def _run_hash_and_merge(
mutable_compaction_audit.set_telemetry_time_in_seconds(
telemetry_this_round + previous_telemetry
)
params.object_store.clear()

return merge_results

Expand Down

0 comments on commit 3885bbc

Please sign in to comment.