gavinchou commented on code in PR #46166:
URL: https://github.com/apache/doris/pull/46166#discussion_r1899491372


##########
fe/fe-core/src/main/java/org/apache/doris/alter/SchemaChangeJobV2.java:
##########
@@ -118,6 +118,8 @@ public class SchemaChangeJobV2 extends AlterJobV2 {
     // shadow index id -> shadow index short key count
     @SerializedName(value = "indexShortKeyMap")
     protected Map<Long, Short> indexShortKeyMap = Maps.newHashMap();
+    @SerializedName(value = "partitionIds")

Review Comment:
   seems cannot degrade



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