Jibing-Li commented on code in PR #32156: URL: https://github.com/apache/doris/pull/32156#discussion_r1528191462
########## fe/fe-core/src/main/java/org/apache/doris/analysis/PartitionNames.java: ########## @@ -48,36 +48,36 @@ public class PartitionNames implements ParseNode, Writable { // true if these partitions are temp partitions @SerializedName(value = "isTemp") private final boolean isTemp; - private final boolean allPartitions; + private final boolean autoReplace; Review Comment: Why do we change the name of this variable? It's kind of misleading with the new name. -- 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