mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
fix unit test (sorry, took a while to build it on my laptop)
This commit is contained in:
parent
96ba5b14c5
commit
8778eda2e0
@ -1 +1 @@
|
||||
id [str1,str2]
|
||||
id ['str1','str2']
|
||||
|
@ -1,4 +1,4 @@
|
||||
DROP TABLE IF EXISTS test_nested_default
|
||||
DROP TABLE IF EXISTS test_nested_default;
|
||||
|
||||
CREATE TABLE test_nested_default
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user