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

   ### What problem does this PR solve?
   
   enable stream load record to audit log system table:
   ```
   mysql> select * from __internal_schema.audit_log where query_id = 
'41380067396d434d85c9e1ffbc73899d'\G
   *************************** 1. row ***************************
                               query_id: 41380067396d434d85c9e1ffbc73899d
                                   time: 2025-10-30 18:54:54.079
                              client_ip: 10.16.10.7
                                   user: root
                            frontend_ip: NULL
                                catalog: NULL
                                     db: 
regression_test_load_p0_stream_load_test
                                  state: Success
                             error_code: NULL
                          error_message: OK
                             query_time: 61
                            cpu_time_ms: NULL
                      peak_memory_bytes: NULL
                             scan_bytes: 28
                              scan_rows: 2
                            return_rows: 2
                      shuffle_send_rows: NULL
                     shuffle_send_bytes: NULL
   spill_write_bytes_from_local_storage: NULL
    spill_read_bytes_from_local_storage: NULL
          scan_bytes_from_local_storage: NULL
         scan_bytes_from_remote_storage: NULL
                          parse_time_ms: NULL
                          plan_times_ms: NULL
                      get_meta_times_ms: NULL
                      schedule_times_ms: NULL
                          hit_sql_cache: NULL
                          handled_in_fe: NULL
               queried_tables_and_views: NULL
                         chosen_m_views: NULL
                      changed_variables: NULL
                               sql_mode: NULL
                              stmt_type: NULL
                                stmt_id: NULL
                               sql_hash: NULL
                             sql_digest: NULL
                               is_query: NULL
                             is_nereids: NULL
                            is_internal: NULL
                         workload_group: NULL
                          compute_group: NULL
                                   stmt: STREAM LOAD: 
table=test_stream_load_record, label=41380067396d434d85c9e1ffbc73899d, 
status=Success, total_rows=2, loaded_rows=2, filtered_rows=0, 
unselected_rows=0, load_bytes=28, url=
   1 row in set (0.01 sec)
   ``` 
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Regression test
       - [ ] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason <!-- Add your reason?  -->
   
   - Behavior changed:
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


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