You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: adjust row count assertion in table compaction (#15380)
fix: adjust row count assertion in table compaction
Correct the assertion to check that the row count remains unchanged
during table compaction, instead of comparing it(new snapshot) to the
pre-compaction snapshot. This change accounts for scenarios where the
new snapshot results from a combination of compaction and insertion,
potentially increasing the total number of rows.
0 commit comments