Jibing-Li commented on code in PR #44726: URL: https://github.com/apache/doris/pull/44726#discussion_r1877446230
########## fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVRelatedTableIf.java: ########## @@ -115,4 +115,11 @@ default boolean needAutoRefresh() { * @return */ boolean isPartitionColumnAllowNull(); + + /** + * If the table is supported as related table. + * For example, an Iceberg table may become unsupported after partition revolution. + * @return + */ + boolean isSupportedRelatedTable(); Review Comment: Renamed to isValidRelatedTable. This function is used to check a table's partition is still supported. For example, if the partition column changed from col1 to col2, this function will return false. -- 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