mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fix clang-tidy
This commit is contained in:
parent
bcf4d5c29d
commit
7a6df49964
@ -68,7 +68,7 @@ int main(int argc, char ** argv)
|
||||
using namespace DB;
|
||||
|
||||
using Key = UInt64;
|
||||
using Value = std::vector<IAggregateFunction*>;
|
||||
using Value = std::vector<const IAggregateFunction*>;
|
||||
|
||||
size_t n = argc < 2 ? 10000000 : std::stol(argv[1]);
|
||||
//size_t m = std::stol(argv[2]);
|
||||
|
Loading…
Reference in New Issue
Block a user