[typo](MultiPartitionDesc) fix Multi partition time interval exception description (#21222)

This commit is contained in:
bingquanzhao
2023-06-28 00:42:25 +08:00
committed by GitHub
parent d871df64ca
commit 98b2bc87b5

View File

@ -286,7 +286,7 @@ public class MultiPartitionDesc implements AllPartitionDesc {
}
if (this.interval <= 0) {
throw new AnalysisException("Multi partition time interval mush be larger than zero.");
throw new AnalysisException("Multi partition time interval must be larger than zero.");
}
if (!timeType.equals("")) {