This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-42262-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
from 757b0ea23c5 [fix](regression-test) fix test_hive_serde_prop #42886 (#43099) add e02b1da8233 [fix](auditlog) add missing audit log fields and duplicate audit log error (#42262) No new revisions were added by this update. Summary of changes: .../org/apache/doris/catalog/InternalSchema.java | 17 +++++++ .../nereids/trees/plans/commands/CallCommand.java | 13 +++++ .../plans/commands/call/CallFlushAuditLogFunc.java | 57 ++++++++++++++++++++++ .../trees/plans/commands/call/CallFunc.java | 2 + .../java/org/apache/doris/plugin/AuditEvent.java | 14 +++--- .../java/org/apache/doris/plugin/PluginMgr.java | 13 ++++- .../org/apache/doris/plugin/audit/AuditLoader.java | 29 ++++++----- .../apache/doris/plugin/audit/AuditLogBuilder.java | 2 +- .../java/org/apache/doris/qe/AuditLogHelper.java | 2 + .../data/audit/test_audit_log_behavior.out | 32 ++++++++++++ .../suites/audit/test_audit_log_behavior.groovy | 9 +++- 11 files changed, 165 insertions(+), 25 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/commands/call/CallFlushAuditLogFunc.java create mode 100644 regression-test/data/audit/test_audit_log_behavior.out --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org