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:11 UTC

[datasketches-cpp] branch master updated (968c901 -> 934045a)

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

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


    from 968c901  Merge pull request #316 from apache/equal_to_instance
     add 45e1a42  throw upon undefined operation
     new 934045a  Merge pull request #317 from apache/quantiles_throw_if_empty

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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


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

Posted by al...@apache.org.
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