This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 036f796a675 fix fe checkstyle error 036f796a675 is described below commit 036f796a675faa5055745e3e5128f65b815dfdf1 Author: Kang <kxiao.ti...@gmail.com> AuthorDate: Wed Oct 18 18:36:29 2023 +0800 fix fe checkstyle error --- fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java index 65fbbf46026..daeb9bedd8e 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java +++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java @@ -2590,7 +2590,7 @@ public class SessionVariable implements Serializable, Writable { public boolean fasterFloatConvert() { return this.fasterFloatConvert; } - + public void checkAnalyzeTimeFormat(String time) { try { DateTimeFormatter timeFormatter = DateTimeFormatter.ofPattern("HH:mm:ss"); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org