TsukiokaKogane commented on code in PR #64776:
URL: https://github.com/apache/doris/pull/64776#discussion_r3504002947
##########
be/src/storage/segment/segment.cpp:
##########
@@ -279,7 +279,16 @@ Status Segment::new_iterator(SchemaSPtr schema, const
StorageReadOptions& read_o
}
const TabletColumn& col =
read_options.tablet_schema->column(column_id);
std::shared_ptr<ColumnReader> reader;
- Status st = get_column_reader(col, &reader, read_options.stats);
+ // __DORIS_COMMIT_TSO_COL__ on a single-version segment stores a 0
placeholder on disk
Review Comment:
1. 其他的列我打算后续再起一个pr统一搞 2.是的
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]