Ivan

Results 1 issues of Ivan

**Describe the bug** When you nest Tuple(Tuple) or Map(Enum) you get error **To Reproduce** CREATE TABLE color_map ( id UInt32, colors Map(Enum('hello' = 1, 'world' = 2), String) ) ENGINE...