reload ci

This commit is contained in:
Yarik Briukhovetskyi 2024-02-27 13:56:16 +01:00 committed by GitHub
parent 1cc701af44
commit 7ed31df6b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ ORDER BY (t, id) SETTINGS index_granularity = 4096 ;
insert into test values ('xxx', 'x', {'content-type':'text/plain','user-agent':'bulk-tests'});
insert into test values ('xxx', 'y', {'content-type':'application/json','user-agent':'bulk-tests'});
insert into test select 'xxx', number, map('content-type', 'x' ) from numbers(1e2);
insert into test select 'xxx', number, map('content-type', 'x' ) FROM numbers(1e2);
optimize table test final;