Minor test fixup

This commit is contained in:
Robert Schulze 2023-10-11 15:51:51 +00:00
parent db75a41d10
commit d00ed1b856
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -9,7 +9,7 @@ DROP TABLE IF EXISTS tab;
SET allow_suspicious_low_cardinality_types=1;
SET allow_experimental_object_type=1;
CREATE OR REPLACE TABLE tab
CREATE TABLE tab
(
i8 Int8,
i16 Int16,