Try to fix stateful test

This commit is contained in:
Robert Schulze 2023-11-14 14:33:20 +00:00
parent daa60acb19
commit bd52e9833e
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -7,7 +7,7 @@ CREATE TABLE hits_gcd (`WatchID` UInt64 CODEC (GCD,LZ4), `JavaEnable` UInt8 CODE
SAMPLE BY intHash32(UserID);
INSERT INTO hits_gcd SELECT * FROM hits;
INSERT INTO hits_gcd SELECT * FROM test.hits;
SELECT * FROM hits_gcd FORMAT Null;
DROP TABLE IF EXISTS hits_gcd;
DROP TABLE IF EXISTS hits_gcd;