mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed build [#CLICKHOUSE-2].
This commit is contained in:
parent
c6b83a1c60
commit
39ddcf1c74
@ -82,7 +82,7 @@ int main(int argc, char ** argv)
|
||||
}
|
||||
|
||||
for (auto x : cont.topK(5)) {
|
||||
auto key = x.key;
|
||||
auto key = x.key.toString();
|
||||
if (x.count < expect[key]) {
|
||||
std::cerr << "key: " << key << " value: " << x.count << " expected: " << expect[key] << std::endl;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user