mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-30 11:32:03 +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())
|
LAYOUT(FLAT())
|
||||||
LIFETIME(MIN 0 MAX 1000)
|
LIFETIME(MIN 0 MAX 1000)
|
||||||
COMMENT 'Test dictionary with comment';
|
COMMENT 'Test dictionary with comment';
|
||||||
sql",
|
)sql",
|
||||||
R"sql(CREATE DICTIONARY `2024_dictionary_with_comment`
|
R"sql(CREATE DICTIONARY `2024_dictionary_with_comment`
|
||||||
(
|
(
|
||||||
`id` UInt64,
|
`id` UInt64,
|
||||||
|
Loading…
Reference in New Issue
Block a user