提交 fbd2429e 编写于 作者: J JiahuaChen 提交者: LINGuanRen

Fix Bloom Filter Macro Meta get_meta_content_serialize_size issue

上级 edc8347c
......@@ -4209,7 +4209,7 @@ int64_t ObMacroBlockMetaV2::get_meta_content_serialize_size() const
if (NULL != column_checksum_) {
size += sizeof(int64_t) * column_number_; // column_checksum_ array
}
if (NULL != endkey_) {
if (is_normal_data_block() && nullptr != endkey_) {
ObRowkey rowkey(endkey_, rowkey_column_number_);
size += rowkey.get_deep_copy_size(); // rowkey object array
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册