mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
fix wrong testcase in gtest_Parser
This commit is contained in:
parent
da1d04767c
commit
ce6987ad4d
@ -198,7 +198,7 @@ SOURCE(CLICKHOUSE(HOST 'localhost' PORT tcpPort() TABLE 'source_table'))
|
||||
LAYOUT(FLAT())
|
||||
LIFETIME(MIN 0 MAX 1000)
|
||||
COMMENT 'Test dictionary with comment';
|
||||
sql",
|
||||
)sql",
|
||||
R"sql(CREATE DICTIONARY `2024_dictionary_with_comment`
|
||||
(
|
||||
`id` UInt64,
|
||||
|
Loading…
Reference in New Issue
Block a user