zddr commented on code in PR #31812: URL: https://github.com/apache/doris/pull/31812#discussion_r1597407345
########## fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVPartitionInfo.java: ########## @@ -17,28 +17,41 @@ package org.apache.doris.mtmv; +import org.apache.doris.analysis.Expr; +import org.apache.doris.catalog.Column; import org.apache.doris.common.AnalysisException; +import com.google.common.collect.ImmutableSet; +import com.google.common.collect.ImmutableSortedSet; import com.google.gson.annotations.SerializedName; +import java.util.List; + /** * MTMVPartitionInfo */ public class MTMVPartitionInfo { public enum MTMVPartitionType { FOLLOW_BASE_TABLE, + EXPR, Review Comment: may be have other expr,such as `str_to_date` -- 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