Skip to content

Commit

Permalink
chore: update some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
v0y4g3r committed May 14, 2024
1 parent 34ff396 commit 81afee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mito2/src/memtable/partition_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ mod tests {
})
.push_column_metadata(ColumnMetadata {
column_schema: ColumnSchema::new(
"__ts_id",
"__tsid",
ConcreteDataType::uint64_datatype(),
false,
),
Expand Down
2 changes: 1 addition & 1 deletion src/mito2/src/memtable/partition_tree/dict.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ impl KeyDictBuilder {
.sum::<usize>()
}

/// Finishes the builder.
/// Finishes the builder. The key of the second BTreeMap is sparse-encoded bytes.
pub fn finish(&mut self) -> Option<(KeyDict, BTreeMap<Vec<u8>, PkIndex>)> {
if self.key_buffer.is_empty() {
return None;
Expand Down

0 comments on commit 81afee6

Please sign in to comment.