morningman commented on a change in pull request #3201: [Bug][Refactor] Fix the conflict of temp partition and dynamic partition operations URL: https://github.com/apache/incubator-doris/pull/3201#discussion_r398630183
########## File path: fe/src/main/java/org/apache/doris/analysis/AddPartitionClause.java ########## @@ -46,12 +47,11 @@ public AddPartitionClause(SingleRangePartitionDesc partitionDesc, DistributionDesc distributionDesc, Map<String, String> properties, boolean isTempPartition) { + super(AlterOpType.ADD_PARTITION); this.partitionDesc = partitionDesc; this.distributionDesc = distributionDesc; this.properties = properties; this.isTempPartition = isTempPartition; - - this.needTableStable = false; Review comment: Add it back ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org