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/11/02 23:30:12 UTC

[datasketches-cpp] 01/01: Merge pull request #317 from apache/quantiles_throw_if_empty

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

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

commit 934045a9013ffd6d27808a660a5db16e82954a43
Merge: 968c901 45e1a42
Author: Alexander Saydakov <13...@users.noreply.github.com>
AuthorDate: Wed Nov 2 16:30:06 2022 -0700

    Merge pull request #317 from apache/quantiles_throw_if_empty
    
    throw upon undefined operation

 common/include/quantiles_sorted_view_impl.hpp |  3 +++
 common/test/quantiles_sorted_view_test.cpp    |  9 +++++++
 kll/include/kll_sketch.hpp                    | 36 ++++++++-------------------
 kll/include/kll_sketch_impl.hpp               | 15 ++++++-----
 kll/test/kll_sketch_test.cpp                  | 22 ++++++++--------
 quantiles/include/quantiles_sketch.hpp        | 33 +++++++-----------------
 quantiles/include/quantiles_sketch_impl.hpp   | 14 ++++++-----
 quantiles/test/quantiles_sketch_test.cpp      | 22 ++++++++--------
 req/include/req_sketch.hpp                    | 33 +++++++++---------------
 req/include/req_sketch_impl.hpp               | 12 ++++++---
 req/test/req_sketch_test.cpp                  | 29 ++++++++++-----------
 11 files changed, 103 insertions(+), 125 deletions(-)


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