Restart CI

This commit is contained in:
Kruglov Pavel 2024-04-09 12:33:18 +02:00 committed by GitHub
parent c2d432be20
commit 19f00e7c42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,6 @@
<create_query>CREATE TABLE IF NOT EXISTS table_src_{format} ENGINE = File({format}) AS test.hits</create_query>
<create_query>CREATE TABLE IF NOT EXISTS table_dst_{format} AS test.hits</create_query>
<fill_query>INSERT INTO table_src_{format} SELECT * FROM test.hits LIMIT 100000</fill_query>
<query>INSERT INTO table_dst_{format} SELECT * FROM table_src_{format}</query>