From ed942ce29c60496c3df33f393bce62ecc757c7f7 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Mon, 16 Dec 2019 21:34:51 +0300 Subject: [PATCH] Update h3kRing.cpp --- dbms/src/Functions/h3kRing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Functions/h3kRing.cpp b/dbms/src/Functions/h3kRing.cpp index 5fcbad883cf..685ef381d88 100644 --- a/dbms/src/Functions/h3kRing.cpp +++ b/dbms/src/Functions/h3kRing.cpp @@ -82,7 +82,7 @@ public: { if (hindex != 0) { - current_offset++; + ++current_offset; dst_data.insert(hindex); } }