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


   **Describe the bug**
   
   the bug just show as below
   
   ```
   MySQL [dataware]> show alter table rollup from dataware where TableName = 
'mytable' order by CreateTime asc; 
   
+-------+--------------------+---------------------+---------------------+--------------------+-----------------+----------+---------------+----------+------+----------+---------+
   | JobId | TableName          | CreateTime          | FinishedTime        | 
BaseIndexName      | RollupIndexName | RollupId | TransactionId | State    | 
Msg  | Progress | Timeout |
   
+-------+--------------------+---------------------+---------------------+--------------------+-----------------+----------+---------------+----------+------+----------+---------+
   | 42882 | mytable | 2020-09-14 13:44:32 | 2020-09-14 13:46:50 | mytable | 
rollup_20200914 | 42883    | 37132         | FINISHED |      | N/A      | 86400 
  |
   | 43317 | mytable | 2020-09-15 15:50:07 | 2020-09-15 15:52:31 | mytable | 
rollup_20200915 | 43318    | 38594         | FINISHED |      | N/A      | 86400 
  |
   | 43543 | mytable | 2020-09-15 16:00:36 | 2020-09-15 16:03:01 | mytable | 
rollup_20200915 | 43544    | 38595         | FINISHED |      | N/A      | 86400 
  |
   
+-------+--------------------+---------------------+---------------------+--------------------+-----------------+----------+---------------+----------+------+----------+---------+
   3 rows in set (0.00 sec)
   
   MySQL [dataware]> show alter table rollup from dataware where TableName = 
'mytable' order by CreateTime desc;
   
+-------+--------------------+---------------------+---------------------+--------------------+-----------------+----------+---------------+----------+------+----------+---------+
   | JobId | TableName          | CreateTime          | FinishedTime        | 
BaseIndexName      | RollupIndexName | RollupId | TransactionId | State    | 
Msg  | Progress | Timeout |
   
+-------+--------------------+---------------------+---------------------+--------------------+-----------------+----------+---------------+----------+------+----------+---------+
   | 42882 | mytable | 2020-09-14 13:44:32 | 2020-09-14 13:46:50 | mytable | 
rollup_20200914 | 42883    | 37132         | FINISHED |      | N/A      | 86400 
  |
   | 43317 | mytable | 2020-09-15 15:50:07 | 2020-09-15 15:52:31 | mytable | 
rollup_20200915 | 43318    | 38594         | FINISHED |      | N/A      | 86400 
  |
   | 43543 | mytable | 2020-09-15 16:00:36 | 2020-09-15 16:03:01 | mytable | 
rollup_20200915 | 43544    | 38595         | FINISHED |      | N/A      | 86400 
  |
   
+-------+--------------------+---------------------+---------------------+--------------------+-----------------+----------+---------------+----------+------+----------+---------+
   ```
   
   
   **Additional context**
   Add any other context about the problem here.
   


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