morningman commented on pull request #3424:
URL: https://github.com/apache/incubator-doris/pull/3424#issuecomment-621266078


   We made a bug after supporting creating materialized view on Duplicate Key 
table.
   And could you please fix it too? That is:
   
   After creating a table with column, eg, A, B, C, D in Duplicate mode, we can 
process Delete
   operation on all 4 columns.
   But if we create a materialized view, eg, A, SUM(B), we can't not delete on 
column B any more.
   
   This check should be done in `DeleteHandler.checkDeleteV2()`, but it is 
missing.


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to