This is an automated email from the ASF dual-hosted git repository. luozenglin 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 0090b8f1f6 correct a note error (#23243) 0090b8f1f6 is described below commit 0090b8f1f64dce5071d5d5aee152655c7400be58 Author: YangYAN <1968501...@qq.com> AuthorDate: Mon Aug 21 21:33:45 2023 +0800 correct a note error (#23243) --- .../src/main/java/org/apache/doris/common/util/SqlParserUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/common/util/SqlParserUtils.java b/fe/fe-core/src/main/java/org/apache/doris/common/util/SqlParserUtils.java index 533a7e9fa5..d8c34aa12e 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/common/util/SqlParserUtils.java +++ b/fe/fe-core/src/main/java/org/apache/doris/common/util/SqlParserUtils.java @@ -71,7 +71,7 @@ public class SqlParserUtils { * * (2014, "Commands out of sync; you can't run this command now") * - * I though it is a flaw of python MysqlDb. + * I thought it is a flaw of python MysqlDb. * However, in order to maintain the consistency of user use, here we remove all EmptyStmt * at the end to prevent errors.(Leave at least one statement) * --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org