We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b209385 commit cd84b5cCopy full SHA for cd84b5c
1 file changed
be/src/olap/rowset/segment_v2/segment_writer.cpp
@@ -660,7 +660,7 @@ Status SegmentWriter::fill_missing_columns(vectorized::MutableColumns& mutable_f
660
auto tablet = static_cast<Tablet*>(_tablet.get());
661
// create old value columns
662
const auto& cids_missing = _opts.rowset_ctx->partial_update_info->missing_cids;
663
- auto cids_to_read = missing_cids;
+ auto cids_to_read = cids_missing;
664
auto old_value_block = _tablet_schema->create_block_by_cids(cids_missing);
665
CHECK_EQ(cids_missing.size(), old_value_block.columns());
666
// always read delete sign column from historical data
0 commit comments