This is an automated email from the ASF dual-hosted git repository.
yangzhg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5d3ebad modify comments of DropPartitionClause (#6812)
5d3ebad is described below
commit 5d3ebad83694bab3efd9902f17ceac39c98f8a3f
Author: shee <[email protected]>
AuthorDate: Wed Oct 13 11:40:19 2021 +0800
modify comments of DropPartitionClause (#6812)
Co-authored-by: qzsee <[email protected]>
---
.../src/main/java/org/apache/doris/analysis/DropPartitionClause.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/analysis/DropPartitionClause.java
b/fe/fe-core/src/main/java/org/apache/doris/analysis/DropPartitionClause.java
index b151092..59e3388 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/analysis/DropPartitionClause.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/analysis/DropPartitionClause.java
@@ -26,7 +26,7 @@ import com.google.common.base.Strings;
import java.util.Map;
-// clause which is used to add one column to
+// clause which is used to drop a partition
public class DropPartitionClause extends AlterTableClause {
private boolean ifExists;
private String partitionName;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]