Skip to content

Commit bf1a8a1

Browse files
Fix a test after randomization of table engines in the check with parallel replicas
1 parent de3ad97 commit bf1a8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/00298_enum_width_and_cast.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DROP TABLE IF EXISTS enum;
22

3-
SET output_format_pretty_color=1, output_format_pretty_;
3+
SET output_format_pretty_color=1;
44
CREATE TABLE enum (x Enum8('Hello' = -100, '\\' = 0, '\t\\t' = 111), y UInt8) ENGINE = TinyLog;
55
INSERT INTO enum (y) VALUES (0);
66
SELECT * FROM enum ORDER BY x, y FORMAT PrettyCompactMonoBlock;

0 commit comments

Comments
 (0)