yiguolei commented on code in PR #64545:
URL: https://github.com/apache/doris/pull/64545#discussion_r3419613365
##########
be/src/storage/tablet/tablet_meta.cpp:
##########
@@ -523,9 +523,15 @@ void TabletMeta::init_schema_from_thrift(const
TTabletSchema& tablet_schema,
} else {
unique_id = col_ordinal_to_unique_id.at(col_ordinal);
}
- col_ordinal++;
init_column_from_tcolumn(unique_id, tcolumn, column);
+ if (column->name() == BINLOG_LSN_COL) {
Review Comment:
这个id,为啥不是fe 传递下来的?
--
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]