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
Summary: out.table_properties is allowed to be nullptr if the compaction failed with a non-OK status. Because of how the code is structured, `CompactionJob::RetrieveResultsAndCleanup()` is called even if the compaction failed (it doesn't care about the results, but it cares about the cleanup).
Test Plan: Compiles
Reviewers: #sys-eng_team
Differential Revision: https://rockset.phacility.com/D10613
0 commit comments