heguanhui commented on code in PR #64484:
URL: https://github.com/apache/doris/pull/64484#discussion_r3410701757
##########
be/src/storage/tablet/tablet_schema.cpp:
##########
@@ -1219,6 +1219,26 @@ void TabletSchema::init_from_pb(const TabletSchemaPB&
schema, bool ignore_extrac
_skip_bitmap_col_idx = schema.skip_bitmap_col_idx();
_binlog_timestamp_col_idx = schema.binlog_timestamp_col_idx();
_binlog_lsn_col_idx = schema.binlog_lsn_col_idx();
+ // Compatibility downgrade:
+ // If the binlog column index is not set, dynamically search by column name
+ if (_binlog_lsn_col_idx == -1) {
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]