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/11/05 11:08:50 UTC

[GitHub] [incubator-doris] soufunlab opened a new issue #4848: 删除问题

soufunlab opened a new issue #4848:
URL: https://github.com/apache/incubator-doris/issues/4848


   假如表A有4个字段,country、province、city、sum(money) sum_money
   rollup表为3个字段,country、province、sum(money) sum_money
   
   如果我执行:delete from A where country=xx and province=xx and city=xx会报错,提示rollup表不包含city字段。
   
   这块功能后续有支持的计划吗?
   


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


[GitHub] [incubator-doris] HappenLee commented on issue #4848: 删除问题

Posted by GitBox <gi...@apache.org>.
HappenLee commented on issue #4848:
URL: https://github.com/apache/incubator-doris/issues/4848#issuecomment-722357315


   Because of Doris rollup model, it is difficult to support.
   
   You can delete rollup first
   second delete data
   rebuild rollup again


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