We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8944b9a commit 092eb26Copy full SHA for 092eb26
src/v/cloud_topics/level_one/metastore/lsm/values.h
@@ -28,8 +28,8 @@ struct metadata_row_value
28
kafka::offset start_offset{};
29
kafka::offset next_offset{};
30
partition_state::compaction_epoch_t compaction_epoch{0};
31
- // Rolled-up estimate of the partition's size in bytes, updated
32
- // incrementally as extents are added/removed.
+ // Partition's size in bytes, updated incrementally as extents are
+ // added/removed.
33
size_t size{0};
34
};
35
0 commit comments