pick master: https://github.com/apache/doris/pull/38124
This commit is contained in:
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user