caiconghui opened a new issue #6295:
URL: https://github.com/apache/incubator-doris/issues/6295
Run MaterializedViewFunctionTest can easily see such failed message, because
the table doesn't complete add rollup opertion.
```
[ERROR]
testAggQuqeryOnAggMV5(org.apache.doris.planner.MaterializedViewFunctionTest)
Time elapsed: 0.57 s <<< ERROR!
org.apache.doris.common.DdlException: errCode = 2, detailMessage = The table
[emps]'s state is ROLLUP, cannot be dropped. please cancel the operation on
olap table firstly. If you want to forcibly drop(cannot be recovered), please
use "DROP table FORCE".
at
org.apache.doris.planner.MaterializedViewFunctionTest.afterMethod(MaterializedViewFunctionTest.java:85)
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]