[typo](MultiPartitionDesc) fix Multi partition time interval exception description (#21222)
This commit is contained in:
@ -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("")) {
|
||||
|
||||
Reference in New Issue
Block a user