[enhance](mtmv)Disable mtmv list rollup (#38124) (#39158)

pick master: https://github.com/apache/doris/pull/38124
This commit is contained in:
zhangdong
2024-08-10 18:06:38 +08:00
committed by GitHub
parent 3dc150a0da
commit 29ad364007
6 changed files with 39 additions and 396 deletions

View File

@ -78,6 +78,8 @@ public class MTMVPartitionExprDateTrunc implements MTMVPartitionExprService {
"partitionColumnType should be date/datetime "
+ "when PartitionType is range and expr is date_trunc");
}
} else {
throw new AnalysisException("date_trunc only support range partition");
}
}