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


   ```
   create table t2(c1 int, c2 int, c3 int sum) aggregate key(c1, c2) 
   distributed by hash(c1) 
   buckets 1;
   ```
   insert five patches data
   
   If the three replica replica compaction progress is not at sync.
   ```
   alter table t2 add column c4 column sum default '1';
   ```


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