zddr opened a new pull request, #38698:
URL: https://github.com/apache/doris/pull/38698

   if:
   -  create mv2 as select * from mv1;
   - create mv1 as select * from t1;
   - t1 has 2 partitions: p1,p2
   
   when t1 insert data to p1;
   
   mv1 will refresh p1
   
   mv2 will refresh p1 and p2
   
   fix:
   should not check if data is sync between mv2 and t1
   
   
   


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

Reply via email to