Skip to content

Commit

Permalink
Merge branch 'cyx/compact-stream-chunk' of github.com:risingwavelabs/…
Browse files Browse the repository at this point in the history
…risingwave into cyx/compact-stream-chunk
  • Loading branch information
st1page committed Sep 12, 2023
2 parents 3fcf00c + 05ebe68 commit 7cc30ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/src/array/compact_chunk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ impl StreamChunkCompactor {
/// Compact a chunk by modifying the ops and the visibility of a stream chunk. All UPDATE INSERT
/// and UPDATE DELETE will be converted to INSERT and DELETE, and dropped according to
/// certain rules (see `merge_insert` and `merge_delete` for more details).
pub fn into_compacted_chunks(self) -> impl Iterator<Item = StreamChunk> {
let (chunks, key_indices) = self.into_inner();

Expand Down

0 comments on commit 7cc30ac

Please sign in to comment.