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


##########
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java:
##########
@@ -3401,4 +3433,20 @@ private void checkOrder(List<Column> targetIndexSchema, 
List<String> orderedColN
             nameSet.add(colName);
         }
     }
+
+    private void checkAddVariantColumnAllowed(OlapTable olapTable, Column 
newColumn) throws DdlException {

Review Comment:
   we need to fix mixed 0 and none 0 cases in master later



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