yiguolei commented on code in PR #27828:
URL: https://github.com/apache/doris/pull/27828#discussion_r1410486509


##########
fe/fe-core/src/main/java/org/apache/doris/plugin/AuditEvent.java:
##########
@@ -60,6 +60,9 @@ public enum EventType {
     public String catalog = "";
     @AuditField(value = "Db")
     public String db = "";
+    // scan table is formatted as {db}.{table} and  {db}.{table}.{index} if 
table is OlapTable

Review Comment:
   maybe you also need modify auditlog plugin, because it will load the log 
into a doris table. I think you add a new field to auditlog
    and the table schema need change.



##########
fe/fe-core/src/main/java/org/apache/doris/plugin/AuditEvent.java:
##########
@@ -60,6 +60,9 @@ public enum EventType {
     public String catalog = "";
     @AuditField(value = "Db")
     public String db = "";
+    // scan table is formatted as {db}.{table} and  {db}.{table}.{index} if 
table is OlapTable

Review Comment:
   maybe you also need modify auditlog plugin, because it will load the log 
into a doris table. I think you add a new field to auditlog
    and the table schema need change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to