yiguolei commented on code in PR #64413:
URL: https://github.com/apache/doris/pull/64413#discussion_r3411399957
##########
be/src/storage/tablet/tablet_meta.cpp:
##########
@@ -529,6 +530,11 @@ void TabletMeta::init_schema_from_thrift(const
TTabletSchema& tablet_schema,
if (column->is_bf_column()) {
has_bf_columns = true;
}
+ if (tcolumn.column_name == BINLOG_LSN_COL) {
Review Comment:
为什么改这个?
--
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]