yiguolei commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3377863492
##########
be/src/storage/rowset/beta_rowset_reader.cpp:
##########
@@ -214,6 +215,16 @@ Status
BetaRowsetReader::get_segment_iterators(RowsetReaderContext* read_context
_read_options.topn_filter_target_node_id =
_read_context->topn_filter_target_node_id;
_read_options.read_orderby_key_reverse =
_read_context->read_orderby_key_reverse;
_read_options.use_insert_order_when_same =
_read_context->use_insert_order_when_same;
+ int32_t lsn_col_id =
+
_read_context->tablet_schema->field_index(std::string(kRowBinlogLsnColName));
Review Comment:
lsn column 应该在fe 上有明确的column unique id,不要依赖name 去搞事情了
--
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]