qidaye commented on code in PR #44361:
URL: https://github.com/apache/doris/pull/44361#discussion_r1850380608
##########
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java:
##########
@@ -440,7 +441,9 @@ private boolean processDropColumn(DropColumnClause
alterClause, OlapTable olapTa
newBfCols.add(bfCol);
}
}
- olapTable.setBloomFilterInfo(newBfCols, olapTable.getBfFpp());
Review Comment:
Record the new bf columns to `propertyMap`, the actual bf columns drop
operation is happening in the following schema change job which created by
directly schema change.
--
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]