JNSimba opened a new pull request, #67489:
URL: https://github.com/apache/doris/pull/67489

   ### What problem does this PR solve?
   
   Issue Number: None
   
   Related PR: None
   
   Problem Summary:
   
   S3 streaming insert tasks execute internal INSERT statements without 
emitting query audit events. This makes it difficult to identify the exact 
files imported after wildcard paths are resolved.
   
   This change emits internal audit events only for S3 streaming insert tasks. 
The audited statement contains the rewritten S3 URI and masks sensitive TVF 
properties. Both successful and failed executions are recorded. CDC streaming 
insert tasks keep the existing behavior and do not emit these audit events.
   
   ### Release note
   
   S3 streaming insert jobs now record internal INSERT audit logs with resolved 
file paths and masked credentials.
   
   ### Check List (For Author)
   
   - Test
       - [x] Regression test
       - [x] Unit Test
       - [ ] Manual test
       - [ ] No need to test or manual test.
   
   - Behavior changed:
       - [x] Yes. S3 streaming insert tasks now emit internal audit events.
       - [ ] No.
   
   - Does this need documentation?
       - [x] No.
       - [ ] Yes.
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label


-- 
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]

Reply via email to