You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2022/12/14 03:55:10 UTC

[datasketches-cpp] branch density_sketch updated: fixed iterator

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch density_sketch
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/density_sketch by this push:
     new afbfe55  fixed iterator
afbfe55 is described below

commit afbfe5595fb4e70cc61d1c41f1d47fccb145a668
Author: AlexanderSaydakov <Al...@users.noreply.github.com>
AuthorDate: Tue Dec 13 19:55:04 2022 -0800

    fixed iterator
---
 density/include/density_sketch_impl.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/density/include/density_sketch_impl.hpp b/density/include/density_sketch_impl.hpp
index 6771767..86da337 100755
--- a/density/include/density_sketch_impl.hpp
+++ b/density/include/density_sketch_impl.hpp
@@ -213,6 +213,7 @@ height_(0)
     level_it_ = levels_it_->begin();
     if (level_it_ != levels_it_->end()) break;
     ++levels_it_;
+    ++height_;
   }
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org