Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
jixxiong committed Aug 14, 2023
1 parent 2d900cb commit 3800592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/delete_bitmap_calculator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Status MergedPKIndexDeleteBitmapCalculator::process(DeleteBitmapPtr delete_bitma
}
}
// We pop two context ctx1 and ctx2 from the heap.
// Apprently, ctx1's key is smaller than or equal to ctx2' key.
// Apprently, ctx1's key is smaller than or equal to ctx2's key.
auto ctx1 = _heap->top();
_heap->pop();
auto ctx2 = _heap->top();
Expand Down

0 comments on commit 3800592

Please sign in to comment.