qidaye commented on code in PR #38431:
URL: https://github.com/apache/doris/pull/38431#discussion_r1696224369


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/Env.java:
##########
@@ -5051,6 +5052,18 @@ private void renameColumn(Database db, OlapTable table, 
String colName,
             table.setSequenceMapCol(newColName);
         }
 
+        // 6. modify bloom filter col
+        Set<String> bfCols = table.getCopiedBfColumns();
+        Set<String> newBfCols = new HashSet<>();
+        for (String bfCol : bfCols) {

Review Comment:
   done



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to