suxiaogang223 commented on code in PR #57972:
URL: https://github.com/apache/doris/pull/57972#discussion_r2554563264


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/hive/IcebergDlaTable.java:
##########
@@ -122,20 +121,15 @@ boolean isPartitionColumnAllowNull() {
 
     @Override
     protected boolean isValidRelatedTable() {
-        if (isValidRelatedTableCached) {

Review Comment:
   When the partition of the related table of a materialized view is modified, 
the cache here is unaware of this and the view is directly deleted. Perhaps 
setting `cached` to `false` could improve this issue.



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