fix wrong testcase in gtest_Parser

This commit is contained in:
cmsxbc 2021-12-17 20:59:50 +08:00
parent da1d04767c
commit ce6987ad4d
No known key found for this signature in database
GPG Key ID: A58268D081411C9C

View File

@ -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,