fix ObSSTableIndexFilter memory inflation

This commit is contained in:
wudidapaopao 2023-11-09 14:05:31 +00:00 committed by ob-robot
parent 6536f8deb6
commit b401dc296f

View File

@ -277,7 +277,7 @@ int ObTableAccessParam::init(
false,
iter_param_.get_read_info(),
*iter_param_.pushdown_filter_,
scan_param.allocator_,
scan_param.scan_allocator_,
iter_param_.sstable_index_filter_))) {
STORAGE_LOG(WARN, "Failed to build sstable index filter", K(ret), K(iter_param_));
} else if (OB_FAIL(iter_param_.refresh_lob_column_out_status())) {