mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
fix typo
This commit is contained in:
parent
ce082b3389
commit
c19eb2c267
@ -525,7 +525,7 @@ void BucketsSinglePolygonIndex::indexBuild(const Polygon & polygon)
|
||||
{
|
||||
if (l & 1)
|
||||
{
|
||||
this->edges_index_tree[l++].eplace_back(all_edges[i]);
|
||||
this->edges_index_tree[l++].emplace_back(all_edges[i]);
|
||||
++total_index_edges;
|
||||
}
|
||||
if (r & 1)
|
||||
|
Loading…
Reference in New Issue
Block a user