This is an automated email from the ASF dual-hosted git repository.

zykkk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 98b2bc87b5 [typo](MultiPartitionDesc) fix Multi partition time 
interval exception description (#21222)
98b2bc87b5 is described below

commit 98b2bc87b53af18101c014e9ccaf6633be822fcf
Author: bingquanzhao <[email protected]>
AuthorDate: Wed Jun 28 00:42:25 2023 +0800

    [typo](MultiPartitionDesc) fix Multi partition time interval exception 
description (#21222)
---
 .../src/main/java/org/apache/doris/analysis/MultiPartitionDesc.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/analysis/MultiPartitionDesc.java 
b/fe/fe-core/src/main/java/org/apache/doris/analysis/MultiPartitionDesc.java
index 8423acc83d..dadfd69ba7 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/analysis/MultiPartitionDesc.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/analysis/MultiPartitionDesc.java
@@ -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("")) {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to