mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
Fix CE
This commit is contained in:
parent
1aaa8a1bac
commit
45b93fcdd8
@ -118,7 +118,7 @@ SmartPolygonDictionary::SmartPolygonDictionary(
|
||||
buckets.reserve(polygons.size());
|
||||
for (size_t i = 0; i < buckets.size(); ++i)
|
||||
{
|
||||
buckets.emplace_back({polygons[i]});
|
||||
buckets.emplace_back(std::vector<Polygon>{polygons[i]});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user