You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/29 14:57:34 UTC

[GitHub] [incubator-doris] morningman commented on pull request #3424: allow delete duplicated non-key column using delete from

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org