Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raghumdani committed Oct 30, 2024
1 parent 5ade815 commit 79bde63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltacat/compute/compactor_v2/private/compaction_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ def _process_merge_results(
f"Duplicate record count ({duplicate_hash_bucket_mat_results}) is as large "
f"as or greater than params.num_rounds, which is {params.num_rounds}"
)
# ensure start index is the first file index if task index is same
hb_id_to_entry_indices_range[str(mat_result.task_index)] = (
hb_id_to_entry_indices_range.get(str(mat_result.task_index), [file_index])[
0
Expand Down

0 comments on commit 79bde63

Please sign in to comment.