You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select written_rows from system.query_log where query_text='insert into tbl_01_0002 values(1)' and written_rows != 0;
select count(1) from system.query_log where query_text='select count(*) from tbl_01_0002 where a > 1' and scan_partitions = 1 and total_partitions = 2;
for now only in ci
cc @zhang2014 @sundy-li @ZeaLoVe
The text was updated successfully, but these errors were encountered: