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 0c7f16b9e26  [fix](audit) fix InternalSchemaInitializer comment 
(#53211)
0c7f16b9e26 is described below

commit 0c7f16b9e2694f033c18e44d0b0e02aa9354ede7
Author: zy-kkk <[email protected]>
AuthorDate: Thu Jul 17 18:44:14 2025 +0800

     [fix](audit) fix InternalSchemaInitializer comment (#53211)
---
 .../main/java/org/apache/doris/catalog/InternalSchemaInitializer.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java
 
b/fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java
index 13b39878eaf..19a4bfa3321 100644
--- 
a/fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java
+++ 
b/fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java
@@ -321,7 +321,7 @@ public class InternalSchemaInitializer extends Thread {
          *   `time` datetimev2(3) NULL COMMENT "",
          *   `client_ip` varchar(128) NULL COMMENT "",
          *   `user` varchar(128) NULL COMMENT "",
-         *   `frontend_ip` varchar(128) NULL COMMENT "",
+         *   `frontend_ip` varchar(1024) NULL COMMENT "",
          *   `catalog` varchar(128) NULL COMMENT "",
          *   `db` varchar(128) NULL COMMENT "",
          *   `state` varchar(128) NULL COMMENT "",


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

Reply via email to