We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfabcc commit fd70edaCopy full SHA for fd70eda
src/storage/blocksstable/ob_macro_block.h
@@ -235,7 +235,7 @@ class ObMacroBlock {
235
ObIRowReader* row_reader_;
236
ObFlatRowReader flat_row_reader_;
237
ObSparseRowReader sparse_row_reader_;
238
- ObSelfBufferWriter data_; // micro header + data blocks;
+ ObSelfBufferWriter data_; // macro header + data blocks;
239
ObMicroBlockIndexWriter index_;
240
ObSSTableMacroBlockHeader* header_; // macro header store in head of data_;
241
uint16_t* column_ids_;
0 commit comments