DarvenDuan commented on code in PR #27828: URL: https://github.com/apache/doris/pull/27828#discussion_r1410500057
########## 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: Thanks for your reply, I will implement this latter -- 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