This is an automated email from the ASF dual-hosted git repository.
alsay pushed a commit to branch array_tuple_sketch
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
The following commit(s) were added to refs/heads/array_tuple_sketch by this
push:
new 1b9bb46 added comment
1b9bb46 is described below
commit 1b9bb469d96ec75965b8c40c74cdfa7491bc6aaa
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Thu Oct 26 14:36:50 2023 -0700
added comment
---
tuple/test/array_of_doubles_sketch_test.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tuple/test/array_of_doubles_sketch_test.cpp
b/tuple/test/array_of_doubles_sketch_test.cpp
index e01217b..2beef78 100644
--- a/tuple/test/array_of_doubles_sketch_test.cpp
+++ b/tuple/test/array_of_doubles_sketch_test.cpp
@@ -164,6 +164,8 @@ TEST_CASE("aod intersection: half overlap",
"[tuple_sketch]") {
auto update_sketch2 = update_array_of_doubles_sketch::builder().build();
for (int i = 500; i < 1500; ++i) update_sketch2.update(i, a);
+ // there is no default policy for intersection
+ // let's combine values the same way as in union for testing
array_of_doubles_intersection<default_array_of_doubles_union_policy>
intersection;
intersection.update(update_sketch1);
intersection.update(update_sketch2);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]