-
(you don't have to strictly follow this form)
**Describe the unexpected behaviour**
I created kafka engine as follows.
And it is operating normally.
However, the following warning continuously o…
-
-
- [x] https://github.com/StarRocks/starrocks/pull/20836
## Feature request
**Is your feature request related to a problem? Please describe.**
The HyperLogLog (HLL) algorithm is a probabilist…
-
https://github.com/apache/datasketches-java/blob/8ae234b13c852003bd35aa57ebb1e63d189bc52a/src/main/java/org/apache/datasketches/kll/KllItemsHelper.java#L436-L438
The `Arrays.sort` API in the above …
-
First off thanks for this really great and useful tool, it's been easy to use and valuable.
I'm not sure this is a bug, however reading through the documentation leads me to believe it may be.
…
-
First of all, thanks for the great work on this high-quality library!
We are using the KLL sketch to estimate quantiles in a new columnar database system and it works fantastically well! We have fo…
-
Hi, I am interested in using this amazing project for a distributed machine learning application. My only blocker to doing this is the ability to reproduce results for a given seed. I am wondering if …
-
Hi,
I've been developing a query engine that uses `iceberg-rust` crate.
Upon checking Iceberg compatibility with org.apache.iceberg:iceberg-spark-runtime-3.5_2.13:1.4.3, I didn't encounter any issue…
-
Installation on a Python 3.12 environment with the following error:
```
(skl312) PS C:\Users\naray\Python\venvs\skl312> pip install "datasketches (==4.1.0)"
Collecting datasketches==4.1.0
Down…
-
Is it feasible to update quantile sketches (with a focus on KLL) with multiple values at once rather than one at a time, especially if those values are identical?
I've created a PR at https://githu…