Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Oct 16, 2023
1 parent 36188e9 commit aee4226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/query/storages/fuse/src/operations/recluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ impl FuseTable {
// │ ┌──────────────┐
// │ ┌───►│SerializeBlock├───┐
// │ │ └──────────────┘ │
// │ │ ┌──────────────┐ │ ┌─────────┐ ┌────────────────┐ ┌─────────────────┐ ┌──────────┐
// │ │ ┌──────────────┐ │ ┌─────────┐ ┌────────────────┐ ┌─────────────┐ ┌──────────┐
// └───►│───►│SerializeBlock├───┤───►│Resize(1)├───►│SerializeSegment├────►│ReclusterAggr├────►│CommitSink│
// │ └──────────────┘ │ └─────────┘ └────────────────┘ └─────────────────┘ └──────────┘
// │ └──────────────┘ │ └─────────┘ └────────────────┘ └─────────────┘ └──────────┘
// │ ┌──────────────┐ │
// └───►│SerializeBlock├───┘
// └──────────────┘
Expand Down

0 comments on commit aee4226

Please sign in to comment.