qidaye commented on code in PR #21248:
URL: https://github.com/apache/doris/pull/21248#discussion_r1243511024
##########
be/src/olap/task/index_builder.cpp:
##########
@@ -63,7 +61,9 @@ Status IndexBuilder::update_inverted_index_info() {
auto input_rs_tablet_schema = input_rowset->tablet_schema();
output_rs_tablet_schema->copy_from(*input_rs_tablet_schema);
if (_is_drop_op) {
-
output_rs_tablet_schema->update_indexes_from_thrift(_exist_indexes);
+ for (auto t_inverted_index : _alter_inverted_indexes) {
Review Comment:
Please add some logic explanation here.
--
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]