Skip to content

Commit

Permalink
Clear object store after every round (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
raghumdani authored Sep 30, 2024
1 parent b0b441e commit 668861b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.19"
__version__ = "1.1.20"


__all__ = [
Expand Down
2 changes: 2 additions & 0 deletions deltacat/compute/compactor_v2/private/compaction_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ 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 668861b

Please sign in to comment.