[GitHub] [datasketches-cpp] bllmo commented on issue #333: .whl for Linux ARM64 error

2023-01-20 Thread GitBox
bllmo commented on issue #333: URL: https://github.com/apache/datasketches-cpp/issues/333#issuecomment-1398245925 I did the whl on a AWS AMI linux arm64 machine `datasketches-4.0.0-cp37-cp37m-linux_aarch64.whl` but when I run the script on glue I receive this error: ```

[GitHub] [datasketches-cpp] jmalkin commented on issue #333: .whl for Linux ARM64 error

2023-01-19 Thread GitBox
jmalkin commented on issue #333: URL: https://github.com/apache/datasketches-cpp/issues/333#issuecomment-1397617578 Ok, the first quick attempts did not work. This might take longer than I'd expected. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #325: Cpp countmin

2023-01-19 Thread GitBox
AlexanderSaydakov commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1081692282 ## count/include/count_min_impl.hpp: ## @@ -0,0 +1,241 @@ +#ifndef COUNT_MIN_IMPL_HPP_ +#define COUNT_MIN_IMPL_HPP_ + +#include "MurmurHash3.h" +#inclu

[GitHub] [datasketches-cpp] jmalkin commented on issue #333: .whl for Linux ARM64 error

2023-01-19 Thread GitBox
jmalkin commented on issue #333: URL: https://github.com/apache/datasketches-cpp/issues/333#issuecomment-1397457166 I don't have an immediate fix, unfortunately. I'm running the change to the build workflow, although I don't think I have a way to test it beyond trying to trigger a "wrong a

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #325: Cpp countmin

2023-01-19 Thread GitBox
AlexanderSaydakov commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1081690971 ## count/include/count_min.hpp: ## @@ -0,0 +1,189 @@ +#ifndef COUNT_MIN_HPP_ +#define COUNT_MIN_HPP_ + +#include +#include "common_defs.hpp" + +namesp

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #325: Cpp countmin

2023-01-19 Thread GitBox
AlexanderSaydakov commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1081689905 ## count/include/count_min.hpp: ## @@ -0,0 +1,189 @@ +#ifndef COUNT_MIN_HPP_ +#define COUNT_MIN_HPP_ + +#include +#include "common_defs.hpp" + +namesp

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #325: Cpp countmin

2023-01-19 Thread GitBox
AlexanderSaydakov commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1081689445 ## count/include/count_min.hpp: ## @@ -0,0 +1,189 @@ +#ifndef COUNT_MIN_HPP_ +#define COUNT_MIN_HPP_ + +#include +#include "common_defs.hpp" + +namesp

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #325: Cpp countmin

2023-01-19 Thread GitBox
AlexanderSaydakov commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1081688920 ## count/include/count_min.hpp: ## @@ -0,0 +1,189 @@ +#ifndef COUNT_MIN_HPP_ +#define COUNT_MIN_HPP_ + +#include +#include "common_defs.hpp" + +namesp

[GitHub] [datasketches-cpp] bllmo commented on issue #333: .whl for Linux ARM64 error

2023-01-19 Thread GitBox
bllmo commented on issue #333: URL: https://github.com/apache/datasketches-cpp/issues/333#issuecomment-1397447809 thanks for the reply, I need a whl to use on aws glue job that accepts libraries with Python/C only a whl format (aarch64manylinux) [https://docs.aws.amazon.com/glue/latest/dg/

[GitHub] [datasketches-memory] dependabot[bot] opened a new pull request, #171: Bump testng from 7.5 to 7.7.0

2023-01-19 Thread GitBox
dependabot[bot] opened a new pull request, #171: URL: https://github.com/apache/datasketches-memory/pull/171 Bumps [testng](https://github.com/cbeust/testng) from 7.5 to 7.7.0. Release notes Sourced from https://github.com/cbeust/testng/releases";>testng's releases. TestNG v7

[GitHub] [datasketches-cpp] jmalkin commented on issue #333: .whl for Linux ARM64 error

2023-01-19 Thread GitBox
jmalkin commented on issue #333: URL: https://github.com/apache/datasketches-cpp/issues/333#issuecomment-1397400142 It looks like we don't have ARM64 on linux as part of the cibuildwheel configuration. I'll fix that going forward. That said, the error is that it's not finding a compi

[GitHub] [datasketches-cpp] bllmo opened a new issue, #333: .whl for Linux ARM64 error

2023-01-19 Thread GitBox
bllmo opened a new issue, #333: URL: https://github.com/apache/datasketches-cpp/issues/333 I have some trouble to install python `datasketches==4.0.0` on Linux ARM64, I receive the following error when I run `pip3 install datasketches==4.0.0` ``` Building wheels for collected pack

[GitHub] [datasketches-cpp] c-dickens commented on a diff in pull request #325: Cpp countmin

2023-01-18 Thread GitBox
c-dickens commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1073963195 ## count/include/count_min.hpp: ## @@ -0,0 +1,166 @@ +#ifndef COUNT_MIN_HPP_ +#define COUNT_MIN_HPP_ + +#include +#include +#include +#include + +#include

[GitHub] [datasketches-cpp] c-dickens commented on a diff in pull request #325: Cpp countmin

2023-01-18 Thread GitBox
c-dickens commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1073962927 ## count/include/count_min.hpp: ## @@ -0,0 +1,166 @@ +#ifndef COUNT_MIN_HPP_ +#define COUNT_MIN_HPP_ + +#include +#include +#include +#include + +#include

[GitHub] [datasketches-cpp] c-dickens commented on a diff in pull request #325: Cpp countmin

2023-01-16 Thread GitBox
c-dickens commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1071110716 ## count/include/count_min.hpp: ## @@ -0,0 +1,166 @@ +#ifndef COUNT_MIN_HPP_ +#define COUNT_MIN_HPP_ + +#include +#include +#include +#include + +#include

[GitHub] [datasketches-cpp] c-dickens commented on a diff in pull request #325: Cpp countmin

2023-01-16 Thread GitBox
c-dickens commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1071094476 ## count/include/count_min.hpp: ## @@ -0,0 +1,166 @@ +#ifndef COUNT_MIN_HPP_ +#define COUNT_MIN_HPP_ + +#include +#include +#include +#include + +#include

[GitHub] [datasketches-memory] leerho commented on pull request #170: Master tempfix

2023-01-13 Thread GitBox
leerho commented on PR #170: URL: https://github.com/apache/datasketches-memory/pull/170#issuecomment-1382632142 And "mvn clean test" runs OK locally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [datasketches-memory] leerho commented on pull request #170: Master tempfix

2023-01-13 Thread GitBox
leerho commented on PR #170: URL: https://github.com/apache/datasketches-memory/pull/170#issuecomment-1382631591 This is complaining that Java 11 is an invalid version. Not sure yet how to fix. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [datasketches-memory] leerho opened a new pull request, #170: Master tempfix

2023-01-13 Thread GitBox
leerho opened a new pull request, #170: URL: https://github.com/apache/datasketches-memory/pull/170 While working on the Java 17 migration, I discovered a bug in memory in how regions were being handled. It only occurs in rare cases but it was a bug nonetheless. And in digging in to figur

[GitHub] [datasketches-cpp] coveralls commented on pull request #332: Theta compression

2023-01-13 Thread GitBox
coveralls commented on PR #332: URL: https://github.com/apache/datasketches-cpp/pull/332#issuecomment-1382429193 ## Pull Request Test Coverage Report for [Build 3915134361](https://coveralls.io/builds/55942143) * **2621** of **2626** **(99.81%)** changed or added relevant lines in

[GitHub] [datasketches-cpp] jmalkin merged pull request #331: Remove unsigned < 0 check

2023-01-13 Thread GitBox
jmalkin merged PR #331: URL: https://github.com/apache/datasketches-cpp/pull/331 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dat

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on pull request #325: Cpp countmin

2023-01-12 Thread GitBox
AlexanderSaydakov commented on PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#issuecomment-1381058373 I think that overflowing seeed is fine. It still achieves seeding. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #325: Cpp countmin

2023-01-12 Thread GitBox
AlexanderSaydakov commented on code in PR #325: URL: https://github.com/apache/datasketches-cpp/pull/325#discussion_r1068519801 ## count/include/count_min.hpp: ## @@ -0,0 +1,166 @@ +#ifndef COUNT_MIN_HPP_ +#define COUNT_MIN_HPP_ + +#include +#include +#include +#include + +#

[GitHub] [datasketches-cpp] coveralls commented on pull request #331: Remove unsigned < 0 check

2023-01-11 Thread GitBox
coveralls commented on PR #331: URL: https://github.com/apache/datasketches-cpp/pull/331#issuecomment-1379727629 ## Pull Request Test Coverage Report for [Build 3898496971](https://coveralls.io/builds/55872511) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-cpp] jmalkin opened a new pull request, #331: Remove unsigned < 0 check

2023-01-11 Thread GitBox
jmalkin opened a new pull request, #331: URL: https://github.com/apache/datasketches-cpp/pull/331 uint8_t can never be < 0 so this addresses a warning from gcc. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [datasketches-cpp] coveralls commented on pull request #330: Python tuple sketch

2023-01-11 Thread GitBox
coveralls commented on PR #330: URL: https://github.com/apache/datasketches-cpp/pull/330#issuecomment-1379719576 ## Pull Request Test Coverage Report for [Build 3898418904](https://coveralls.io/builds/55872270) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-cpp] jmalkin opened a new pull request, #330: Python tuple sketch

2023-01-11 Thread GitBox
jmalkin opened a new pull request, #330: URL: https://github.com/apache/datasketches-cpp/pull/330 This adds tuple sketch support to the python library, and specifically provides an arbitrary python object as the summary, as well as custom python policies for set operations. A few bas

[GitHub] [datasketches-cpp] coveralls commented on pull request #329: Python tuple sketch support

2023-01-10 Thread GitBox
coveralls commented on PR #329: URL: https://github.com/apache/datasketches-cpp/pull/329#issuecomment-1378108812 ## Pull Request Test Coverage Report for [Build 3888687714](https://coveralls.io/builds/55829590) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-cpp] jmalkin closed pull request #329: Python tuple sketch support

2023-01-10 Thread GitBox
jmalkin closed pull request #329: Python tuple sketch support URL: https://github.com/apache/datasketches-cpp/pull/329 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [datasketches-cpp] jmalkin commented on pull request #329: Python tuple sketch support

2023-01-10 Thread GitBox
jmalkin commented on PR #329: URL: https://github.com/apache/datasketches-cpp/pull/329#issuecomment-1378105094 Oh! Just realized I have no tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [datasketches-cpp] jmalkin opened a new pull request, #329: Python tuple sketch support

2023-01-10 Thread GitBox
jmalkin opened a new pull request, #329: URL: https://github.com/apache/datasketches-cpp/pull/329 This adds tuple sketch support to the python library, and specifically provides an arbitrary python object as the summary, as well as custom python policies for set operations. A few bas

[GitHub] [datasketches-cpp] jmalkin commented on issue #328: std::iterator is deprecated; replace it

2023-01-10 Thread GitBox
jmalkin commented on issue #328: URL: https://github.com/apache/datasketches-cpp/issues/328#issuecomment-1377937269 Not sure exactly when we'll get to this, but this is a good point. We only target C++11, which is prior to deprecation, but these changes won't break compatibility with that

[GitHub] [datasketches-cpp] AlexanderSaydakov merged pull request #327: Explicitly cast constant uint64_ts that lose precision.

2023-01-09 Thread GitBox
AlexanderSaydakov merged PR #327: URL: https://github.com/apache/datasketches-cpp/pull/327 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsub

[GitHub] [datasketches-cpp] AlexanderSaydakov merged pull request #326: Include header implicitly used

2023-01-09 Thread GitBox
AlexanderSaydakov merged PR #326: URL: https://github.com/apache/datasketches-cpp/pull/326 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsub

[GitHub] [datasketches-cpp] jbapple opened a new issue, #328: std::iterator is deprecated; replace it

2023-01-09 Thread GitBox
jbapple opened a new issue, #328: URL: https://github.com/apache/datasketches-cpp/issues/328 `std::iterator` is deprecated; see https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0174r2.html#2.1. It is used ten times in datasketches-cpp: ``` $ git grep -c std::iterator f

[GitHub] [datasketches-cpp] coveralls commented on pull request #327: Explicitly cast constant uint64_ts that lose precision.

2023-01-09 Thread GitBox
coveralls commented on PR #327: URL: https://github.com/apache/datasketches-cpp/pull/327#issuecomment-1376159312 ## Pull Request Test Coverage Report for [Build 3876955097](https://coveralls.io/builds/55775389) * **3** of **3** **(100.0%)** changed or added relevant lines in **2**

[GitHub] [datasketches-cpp] jbapple opened a new pull request, #327: Explicitly cast constant uint64_ts that lose precision.

2023-01-09 Thread GitBox
jbapple opened a new pull request, #327: URL: https://github.com/apache/datasketches-cpp/pull/327 In clang-16, there are warnings like this upon build: warning: implicit conversion from 'const uint64_t' (aka 'const unsigned long') to 'double' changes value from 9223372036854

[GitHub] [datasketches-cpp] coveralls commented on pull request #326: Include header implicitly used

2023-01-09 Thread GitBox
coveralls commented on PR #326: URL: https://github.com/apache/datasketches-cpp/pull/326#issuecomment-1376151332 ## Pull Request Test Coverage Report for [Build 3876909400](https://coveralls.io/builds/55775138) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-cpp] jbapple opened a new pull request, #326: Include header implicitly used

2023-01-09 Thread GitBox
jbapple opened a new pull request, #326: URL: https://github.com/apache/datasketches-cpp/pull/326 theta_helpers.hpp uses theta_constants::MAX_THETA, which is declared in theta_constants.hpp. This patch #includes it as well as alphabetizes the standard headers. -- This is an automated mes

[GitHub] [datasketches-cpp] jmalkin merged pull request #324: Remove write-only variables

2023-01-09 Thread GitBox
jmalkin merged PR #324: URL: https://github.com/apache/datasketches-cpp/pull/324 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dat

[GitHub] [datasketches-cpp] jmalkin commented on pull request #324: Remove write-only variables

2023-01-09 Thread GitBox
jmalkin commented on PR #324: URL: https://github.com/apache/datasketches-cpp/pull/324#issuecomment-1376028816 waiting for the CI job, then will merge -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #324: Remove write-only variables

2023-01-09 Thread GitBox
jmalkin commented on code in PR #324: URL: https://github.com/apache/datasketches-cpp/pull/324#discussion_r1064930859 ## sampling/include/var_opt_sketch_impl.hpp: ## @@ -752,18 +752,16 @@ string var_opt_sketch::items_to_string(bool print_gap) const { std::ostringstream os;

[GitHub] [datasketches-cpp] jbapple commented on a diff in pull request #324: Remove write-only variables

2023-01-09 Thread GitBox
jbapple commented on code in PR #324: URL: https://github.com/apache/datasketches-cpp/pull/324#discussion_r1064916022 ## sampling/include/var_opt_sketch_impl.hpp: ## @@ -752,18 +752,16 @@ string var_opt_sketch::items_to_string(bool print_gap) const { std::ostringstream os;

[GitHub] [datasketches-cpp] c-dickens opened a new pull request, #325: Cpp countmin

2023-01-09 Thread GitBox
c-dickens opened a new pull request, #325: URL: https://github.com/apache/datasketches-cpp/pull/325 An initial attempt at cpp count min sketch. Specific feedback that might be helpful: - `get_sketch()` would this be better as an iterator over the sketch table, rather than retur

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #324: Remove write-only variables

2023-01-09 Thread GitBox
jmalkin commented on code in PR #324: URL: https://github.com/apache/datasketches-cpp/pull/324#discussion_r1064868895 ## sampling/include/var_opt_sketch_impl.hpp: ## @@ -752,18 +752,16 @@ string var_opt_sketch::items_to_string(bool print_gap) const { std::ostringstream os;

[GitHub] [datasketches-cpp] jbapple commented on a diff in pull request #324: Remove write-only variables

2023-01-09 Thread GitBox
jbapple commented on code in PR #324: URL: https://github.com/apache/datasketches-cpp/pull/324#discussion_r1064779030 ## sampling/include/var_opt_sketch_impl.hpp: ## @@ -752,18 +752,16 @@ string var_opt_sketch::items_to_string(bool print_gap) const { std::ostringstream os;

[GitHub] [datasketches-cpp] jmalkin commented on pull request #324: Remove write-only variables

2023-01-09 Thread GitBox
jmalkin commented on PR #324: URL: https://github.com/apache/datasketches-cpp/pull/324#issuecomment-1375263982 Thanks for reporting this! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #324: Remove write-only variables

2023-01-09 Thread GitBox
jmalkin commented on code in PR #324: URL: https://github.com/apache/datasketches-cpp/pull/324#discussion_r1064379687 ## sampling/include/var_opt_sketch_impl.hpp: ## @@ -752,18 +752,16 @@ string var_opt_sketch::items_to_string(bool print_gap) const { std::ostringstream os;

[GitHub] [datasketches-cpp] coveralls commented on pull request #324: Remove write-only variables

2023-01-08 Thread GitBox
coveralls commented on PR #324: URL: https://github.com/apache/datasketches-cpp/pull/324#issuecomment-1375071185 ## Pull Request Test Coverage Report for [Build 3870562108](https://coveralls.io/builds/55745213) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-cpp] jbapple opened a new pull request, #324: Remove write-only variables

2023-01-08 Thread GitBox
jbapple opened a new pull request, #324: URL: https://github.com/apache/datasketches-cpp/pull/324 These variables were never read, which causes warning when compiling with clang 16 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [datasketches-cpp] AlexanderSaydakov merged pull request #323: varopt: added operator-> to iterator

2023-01-05 Thread GitBox
AlexanderSaydakov merged PR #323: URL: https://github.com/apache/datasketches-cpp/pull/323 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsub

[GitHub] [datasketches-cpp] AlexanderSaydakov merged pull request #322: Python wrapper improvement

2023-01-05 Thread GitBox
AlexanderSaydakov merged PR #322: URL: https://github.com/apache/datasketches-cpp/pull/322 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsub

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #322: Python wrapper improvement

2023-01-05 Thread GitBox
jmalkin commented on code in PR #322: URL: https://github.com/apache/datasketches-cpp/pull/322#discussion_r1062762503 ## python/tests/vo_test.py: ## @@ -45,6 +45,13 @@ def test_vo_example(self): items = vo.get_samples() self.assertEqual(len(items), k) +count = 0

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #322: Python wrapper improvement

2023-01-04 Thread GitBox
AlexanderSaydakov commented on code in PR #322: URL: https://github.com/apache/datasketches-cpp/pull/322#discussion_r1061977242 ## python/src/quantiles_wrapper.cpp: ## @@ -114,12 +34,27 @@ void bind_quantiles_sketch(py::module &m, const char* name) { py::class_>(m, name)

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #322: Python wrapper improvement

2023-01-04 Thread GitBox
AlexanderSaydakov commented on code in PR #322: URL: https://github.com/apache/datasketches-cpp/pull/322#discussion_r1061976333 ## python/src/fi_wrapper.cpp: ## @@ -105,15 +53,55 @@ void bind_fi_sketch(py::module &m, const char* name) { "Returns the guaranteed upper bo

[GitHub] [datasketches-cpp] coveralls commented on pull request #323: varopt: added operator-> to iterator

2023-01-04 Thread GitBox
coveralls commented on PR #323: URL: https://github.com/apache/datasketches-cpp/pull/323#issuecomment-1371529966 ## Pull Request Test Coverage Report for [Build 3842299036](https://coveralls.io/builds/55652729) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #322: Python wrapper improvement

2023-01-04 Thread GitBox
jmalkin commented on code in PR #322: URL: https://github.com/apache/datasketches-cpp/pull/322#discussion_r1061817824 ## python/src/quantiles_wrapper.cpp: ## @@ -114,12 +34,27 @@ void bind_quantiles_sketch(py::module &m, const char* name) { py::class_>(m, name) .def(py:

[GitHub] [datasketches-java] leerho commented on issue #423: Concurrent Quantiles Sketch

2023-01-03 Thread GitBox
leerho commented on issue #423: URL: https://github.com/apache/datasketches-java/issues/423#issuecomment-1370101440 Hello Arik, We would be very interested in you contributing to our library. From your paper it appears you wrote this sketch in C++, would your contribution be the C

[GitHub] [datasketches-cpp] coveralls commented on pull request #322: Python wrapper improvement

2023-01-03 Thread GitBox
coveralls commented on PR #322: URL: https://github.com/apache/datasketches-cpp/pull/322#issuecomment-1370098723 ## Pull Request Test Coverage Report for [Build 3832015948](https://coveralls.io/builds/55608574) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-cpp] AlexanderSaydakov opened a new pull request, #322: Python wrapper improvement

2023-01-03 Thread GitBox
AlexanderSaydakov opened a new pull request, #322: URL: https://github.com/apache/datasketches-cpp/pull/322 added iterators, rearranged and simplified existing code -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [datasketches-java] ArikRinberg opened a new issue, #423: Concurrent Quantiles Sketch

2022-12-27 Thread GitBox
ArikRinberg opened a new issue, #423: URL: https://github.com/apache/datasketches-java/issues/423 I was considering contributing a concurrent Quantiles sketch to the framework, as detailed here: https://arxiv.org/abs/2208.09265 Would this be of interest to the library? The impl

[GitHub] [datasketches-java] leerho merged pull request #422: This fixes all of the "High", "Error", and "Warnings" issues detected by

2022-12-14 Thread GitBox
leerho merged PR #422: URL: https://github.com/apache/datasketches-java/pull/422 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dat

[GitHub] [datasketches-java] leerho commented on pull request #422: This fixes all of the "High", "Error", and "Warnings" issues detected by

2022-12-14 Thread GitBox
leerho commented on PR #422: URL: https://github.com/apache/datasketches-java/pull/422#issuecomment-1351787674 CodeQL and Checkstyle are still quite different with different objectives. I think we need both. -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [datasketches-java] github-code-scanning[bot] commented on a diff in pull request #422: This fixes all of the "High", "Error", and "Warnings" issues detected by

2022-12-09 Thread GitBox
github-code-scanning[bot] commented on code in PR #422: URL: https://github.com/apache/datasketches-java/pull/422#discussion_r1044930202 ## src/test/java/org/apache/datasketches/hll/UnionTest.java: ## @@ -467,7 +467,7 @@ WritableMemory wmem = WritableMemory.allocate(bytes);

[GitHub] [datasketches-java] leerho opened a new pull request, #422: This fixes all of the "High", "Error", and "Warnings" issues detected by

2022-12-09 Thread GitBox
leerho opened a new pull request, #422: URL: https://github.com/apache/datasketches-java/pull/422 CodeQL. However, there were some that I classified as "Won't Fix" and "False Positive". But I'm not sure if CodeQL will remember those markings. -- This is an automated message from the Apac

[GitHub] [datasketches-java] leerho merged pull request #421: Add CodeQL workflow

2022-12-08 Thread GitBox
leerho merged PR #421: URL: https://github.com/apache/datasketches-java/pull/421 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dat

[GitHub] [datasketches-postgresql] AlexanderSaydakov commented on issue #46: About Aod_sketch performance

2022-12-07 Thread GitBox
AlexanderSaydakov commented on issue #46: URL: https://github.com/apache/datasketches-postgresql/issues/46#issuecomment-1341464387 @developerwxl did you have a chance to gather some more information about this? -- This is an automated message from the Apache Git Service. To respond to th

[GitHub] [datasketches-postgresql] AlexanderSaydakov merged pull request #57: datasketches-cpp-4.0.0 compatibility

2022-12-07 Thread GitBox
AlexanderSaydakov merged PR #57: URL: https://github.com/apache/datasketches-postgresql/pull/57 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [datasketches-cpp] jmalkin merged pull request #321: Found a number of misspellings in the Python README.

2022-11-28 Thread GitBox
jmalkin merged PR #321: URL: https://github.com/apache/datasketches-cpp/pull/321 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dat

[GitHub] [datasketches-cpp] coveralls commented on pull request #321: Found a number of misspellings in the Python README.

2022-11-28 Thread GitBox
coveralls commented on PR #321: URL: https://github.com/apache/datasketches-cpp/pull/321#issuecomment-1329782719 ## Pull Request Test Coverage Report for [Build 3568235807](https://coveralls.io/builds/54629881) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-cpp] AlexanderSaydakov merged pull request #320: removed unused variables

2022-11-14 Thread GitBox
AlexanderSaydakov merged PR #320: URL: https://github.com/apache/datasketches-cpp/pull/320 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsub

[GitHub] [datasketches-cpp] coveralls commented on pull request #320: removed unused variables

2022-11-14 Thread GitBox
coveralls commented on PR #320: URL: https://github.com/apache/datasketches-cpp/pull/320#issuecomment-1314624827 ## Pull Request Test Coverage Report for [Build 346647](https://coveralls.io/builds/54211925) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-cpp] AlexanderSaydakov opened a new pull request, #320: removed unused variables

2022-11-14 Thread GitBox
AlexanderSaydakov opened a new pull request, #320: URL: https://github.com/apache/datasketches-cpp/pull/320 to avoid warnings -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [datasketches-cpp] AlexanderSaydakov merged pull request #319: operator->

2022-11-10 Thread GitBox
AlexanderSaydakov merged PR #319: URL: https://github.com/apache/datasketches-cpp/pull/319 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsub

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #319: operator->

2022-11-10 Thread GitBox
jmalkin commented on code in PR #319: URL: https://github.com/apache/datasketches-cpp/pull/319#discussion_r1019711386 ## kll/include/kll_sketch.hpp: ## @@ -588,12 +588,14 @@ class kll_sketch { template class kll_sketch::const_iterator: public std::iterator { public: + using

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #319: operator->

2022-11-10 Thread GitBox
AlexanderSaydakov commented on code in PR #319: URL: https://github.com/apache/datasketches-cpp/pull/319#discussion_r1019710453 ## kll/include/kll_sketch.hpp: ## @@ -588,12 +588,14 @@ class kll_sketch { template class kll_sketch::const_iterator: public std::iterator { public

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #319: operator->

2022-11-10 Thread GitBox
jmalkin commented on code in PR #319: URL: https://github.com/apache/datasketches-cpp/pull/319#discussion_r1019608915 ## kll/include/kll_sketch.hpp: ## @@ -588,12 +588,14 @@ class kll_sketch { template class kll_sketch::const_iterator: public std::iterator { public: + using

[GitHub] [datasketches-postgresql] andyndang commented on issue #54: Segfault when querying pre-built frequent_items_string sketch

2022-11-08 Thread GitBox
andyndang commented on issue #54: URL: https://github.com/apache/datasketches-postgresql/issues/54#issuecomment-1308253974 @AlexanderSaydakov the fix works! Thank you! I'll close the issue -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [datasketches-postgresql] andyndang closed issue #54: Segfault when querying pre-built frequent_items_string sketch

2022-11-08 Thread GitBox
andyndang closed issue #54: Segfault when querying pre-built frequent_items_string sketch URL: https://github.com/apache/datasketches-postgresql/issues/54 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [datasketches-postgresql] AlexanderSaydakov commented on issue #54: Segfault when querying pre-built frequent_items_string sketch

2022-11-08 Thread GitBox
AlexanderSaydakov commented on issue #54: URL: https://github.com/apache/datasketches-postgresql/issues/54#issuecomment-1308022991 @andyndang Did you have a chance to give this a go? I would like to close this issue if the problem is resolved. Thank you. -- This is an automated message f

[GitHub] [datasketches-java] p- opened a new pull request, #421: Add CodeQL workflow

2022-11-08 Thread GitBox
p- opened a new pull request, #421: URL: https://github.com/apache/datasketches-java/pull/421 Hi `apache/datasketches-java`! This is not an automatic, 🤖-generated PR, as you can check in my [GitHub profile](https://github.com/p-), I work for GitHub and I am part of the [GitHub Securi

[GitHub] [datasketches-cpp] coveralls commented on pull request #319: operator->

2022-11-07 Thread GitBox
coveralls commented on PR #319: URL: https://github.com/apache/datasketches-cpp/pull/319#issuecomment-1306447242 ## Pull Request Test Coverage Report for [Build 3415357368](https://coveralls.io/builds/53988957) * **0** of **0** changed or added relevant lines in **0** files are cov

[GitHub] [datasketches-postgresql] AlexanderSaydakov merged pull request #56: use standard C

2022-11-07 Thread GitBox
AlexanderSaydakov merged PR #56: URL: https://github.com/apache/datasketches-postgresql/pull/56 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [datasketches-cpp] jmalkin merged pull request #318: Common version

2022-11-07 Thread GitBox
jmalkin merged PR #318: URL: https://github.com/apache/datasketches-cpp/pull/318 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@dat

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #318: Common version

2022-11-07 Thread GitBox
jmalkin commented on code in PR #318: URL: https://github.com/apache/datasketches-cpp/pull/318#discussion_r1015922588 ## common/include/version.hpp.in: ## @@ -0,0 +1,36 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreemen

[GitHub] [datasketches-cpp] will-lauer commented on a diff in pull request #318: Common version

2022-11-07 Thread GitBox
will-lauer commented on code in PR #318: URL: https://github.com/apache/datasketches-cpp/pull/318#discussion_r1015917716 ## common/include/version.hpp.in: ## @@ -0,0 +1,36 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agree

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #318: Common version

2022-11-07 Thread GitBox
jmalkin commented on code in PR #318: URL: https://github.com/apache/datasketches-cpp/pull/318#discussion_r1015915382 ## .gitignore: ## @@ -1,3 +1,7 @@ +# output of configured files +version.cfg +common/include/version.hpp Review Comment: should be fixed now -- This is a

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #318: Common version

2022-11-07 Thread GitBox
jmalkin commented on code in PR #318: URL: https://github.com/apache/datasketches-cpp/pull/318#discussion_r1015740131 ## .gitignore: ## @@ -1,3 +1,7 @@ +# output of configured files +version.cfg +common/include/version.hpp Review Comment: what about version.cfg? and will it

[GitHub] [datasketches-cpp] will-lauer commented on a diff in pull request #318: Common version

2022-11-07 Thread GitBox
will-lauer commented on code in PR #318: URL: https://github.com/apache/datasketches-cpp/pull/318#discussion_r1015731454 ## .gitignore: ## @@ -1,3 +1,7 @@ +# output of configured files +version.cfg +common/include/version.hpp Review Comment: generally, I wouldn't suggest cre

[GitHub] [datasketches-cpp] jmalkin commented on issue #260: datasketches cannot be imported on Apple M1

2022-11-05 Thread GitBox
jmalkin commented on issue #260: URL: https://github.com/apache/datasketches-cpp/issues/260#issuecomment-1304608975 3.4.0 did not actually work, but 3.5.1 does. I was able to confirm that this is now properly resolved. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [datasketches-cpp] jmalkin commented on issue #286: TupleSketch support for Python?

2022-11-05 Thread GitBox
jmalkin commented on issue #286: URL: https://github.com/apache/datasketches-cpp/issues/286#issuecomment-1304608645 I know this was closed a while ago. We have looked into the issue and are and trying to ensure the next major release will be able to support this, but we don't yet have a ti

[GitHub] [datasketches-cpp] jmalkin closed issue #304: The Python package for ARM MacOS has an x86_64 datasketches.so in it

2022-11-05 Thread GitBox
jmalkin closed issue #304: The Python package for ARM MacOS has an x86_64 datasketches.so in it URL: https://github.com/apache/datasketches-cpp/issues/304 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[GitHub] [datasketches-cpp] jmalkin commented on issue #304: The Python package for ARM MacOS has an x86_64 datasketches.so in it

2022-11-05 Thread GitBox
jmalkin commented on issue #304: URL: https://github.com/apache/datasketches-cpp/issues/304#issuecomment-1304608401 At long last, this has been resolved. Pypi now has v3.5.1, which fixes this. At least it worked when I tested it just now. Apologies for the delay. The issue was very m

[GitHub] [datasketches-postgresql] AlexanderSaydakov merged pull request #55: frequent items allocation fix

2022-11-03 Thread GitBox
AlexanderSaydakov merged PR #55: URL: https://github.com/apache/datasketches-postgresql/pull/55 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-

[GitHub] [datasketches-postgresql] AlexanderSaydakov commented on issue #54: Segfault when querying pre-built frequent_items_string sketch

2022-11-03 Thread GitBox
AlexanderSaydakov commented on issue #54: URL: https://github.com/apache/datasketches-postgresql/issues/54#issuecomment-1302904904 @andyndang If I am right, this is a small and subtle mistake of mine. Take a look at the pull request: just removing "std::" prefix in one place should fix thi

[GitHub] [datasketches-postgresql] AlexanderSaydakov opened a new pull request, #55: frequent items allocation fix

2022-11-03 Thread GitBox
AlexanderSaydakov opened a new pull request, #55: URL: https://github.com/apache/datasketches-postgresql/pull/55 hopefully fixes issue #54 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [datasketches-postgresql] AlexanderSaydakov commented on issue #54: Segfault when querying pre-built frequent_items_string sketch

2022-11-03 Thread GitBox
AlexanderSaydakov commented on issue #54: URL: https://github.com/apache/datasketches-postgresql/issues/54#issuecomment-1302890129 I managed to reproduce the problem, and I think I know the cause. I will fix shortly. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [datasketches-cpp] jmalkin commented on a diff in pull request #318: Common version

2022-11-03 Thread GitBox
jmalkin commented on code in PR #318: URL: https://github.com/apache/datasketches-cpp/pull/318#discussion_r1013487650 ## CMakeLists.txt: ## @@ -16,10 +16,24 @@ # under the License. cmake_minimum_required(VERSION 3.16.0) + +string(TIMESTAMP DT %Y%m%d UTC) +string(TIMESTAMP HH

[GitHub] [datasketches-cpp] AlexanderSaydakov commented on a diff in pull request #318: Common version

2022-11-03 Thread GitBox
AlexanderSaydakov commented on code in PR #318: URL: https://github.com/apache/datasketches-cpp/pull/318#discussion_r1013481687 ## CMakeLists.txt: ## @@ -16,10 +16,24 @@ # under the License. cmake_minimum_required(VERSION 3.16.0) + +string(TIMESTAMP DT %Y%m%d UTC) +string(TI

[GitHub] [datasketches-memory] leerho closed pull request #169: Fix interaction between DefaultMemoryFactory and

2022-11-03 Thread GitBox
leerho closed pull request #169: Fix interaction between DefaultMemoryFactory and URL: https://github.com/apache/datasketches-memory/pull/169 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

  1   2   3   4   5   6   7   8   9   10   >