Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions regression-test/data/audit/test_audit_log_behavior.out
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,41 @@ query_id varchar(48) Yes true \N
time datetime(3) Yes true \N
client_ip varchar(128) Yes true \N
user varchar(128) Yes false \N NONE
frontend_ip varchar(1024) Yes false \N NONE
catalog varchar(128) Yes false \N NONE
db varchar(128) Yes false \N NONE
state varchar(128) Yes false \N NONE
error_code int Yes false \N NONE
error_message text Yes false \N NONE
query_time bigint Yes false \N NONE
cpu_time_ms bigint Yes false \N NONE
peak_memory_bytes bigint Yes false \N NONE
scan_bytes bigint Yes false \N NONE
scan_rows bigint Yes false \N NONE
return_rows bigint Yes false \N NONE
shuffle_send_rows bigint Yes false \N NONE
shuffle_send_bytes bigint Yes false \N NONE
spill_write_bytes_from_local_storage bigint Yes false \N NONE
spill_read_bytes_from_local_storage bigint Yes false \N NONE
scan_bytes_from_local_storage bigint Yes false \N NONE
scan_bytes_from_remote_storage bigint Yes false \N NONE
stmt_id bigint Yes false \N NONE
parse_time_ms int Yes false \N NONE
plan_times_ms map<text,int> Yes false \N NONE
get_meta_times_ms map<text,int> Yes false \N NONE
schedule_times_ms map<text,int> Yes false \N NONE
hit_sql_cache tinyint Yes false \N NONE
handled_in_fe tinyint Yes false \N NONE
queried_tables_and_views array<text> Yes false \N NONE
chosen_m_views array<text> Yes false \N NONE
changed_variables map<text,text> Yes false \N NONE
sql_mode text Yes false \N NONE
stmt_type varchar(48) Yes false \N NONE
is_query tinyint Yes false \N NONE
is_nereids tinyint Yes false \N NONE
frontend_ip varchar(128) Yes false \N NONE
cpu_time_ms bigint Yes false \N NONE
stmt_id bigint Yes false \N NONE
sql_hash varchar(128) Yes false \N NONE
sql_digest varchar(128) Yes false \N NONE
peak_memory_bytes bigint Yes false \N NONE
is_query tinyint Yes false \N NONE
is_nereids tinyint Yes false \N NONE
is_internal tinyint Yes false \N NONE
workload_group text Yes false \N NONE
compute_group text Yes false \N NONE
stmt text Yes false \N NONE
Expand Down