yiguolei commented on code in PR #64776:
URL: https://github.com/apache/doris/pull/64776#discussion_r3503991897


##########
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:
       _replace_version_col_if_needed(_predicate_column_ids, _selected_size);
       _update_lsn_col_if_needed(_predicate_column_ids, _selected_size);
       _update_tso_col_if_needed(_predicate_column_ids, _selected_size);



-- 
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]

Reply via email to