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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]