branch-4.0: [feat](load) enable stream load record to audit log system table (#57530)#58849
Merged
yiguolei merged 1 commit intoapache:branch-4.0from Dec 18, 2025
Merged
Conversation
…che#57530) 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) ```
Contributor
Author
|
run buildall |
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
yiguolei
approved these changes
Dec 18, 2025
Contributor
|
PR approved by at least one committer and no changes requested. |
Contributor
|
PR approved by anyone and no changes requested. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pick #57530
enable stream load record to audit log system table:
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)