eldenmoon commented on code in PR #59712:
URL: https://github.com/apache/doris/pull/59712#discussion_r2684611248


##########
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java:
##########
@@ -724,7 +724,14 @@ private void processModifyColumn(ModifyColumnOp 
modifyColumnOp, Table externalTa
     private boolean processModifyColumn(ModifyColumnOp modifyColumnOp, 
OlapTable olapTable,
                                         Map<Long, LinkedList<Column>> 
indexSchemaMap) throws DdlException {
         Column modColumn = modifyColumnOp.getColumn();
-        boolean lightSchemaChange = false;
+        boolean lightSchemaChange = olapTable.getEnableLightSchemaChange();
+

Review Comment:
   这里不应该赋值,会导致不应该走lsc的,走了lsc



-- 
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]

Reply via email to