-
From https://trac.parrot.org/parrot/wiki/ParrotRoadmap.
Originally http://trac.parrot.org/parrot/ticket/566
coke updated
12 years ago
-
Feature suggestion
Spark [3.5.0](https://spark.apache.org/releases/spark-release-3-5-0.html) has been released. We should:
- [x] Update sbt to be this version the default version #435
- [x] Upda…
-
I would like to recommend HyperLogLog (HLL, or some of its useful variants, HLL++, LL beta) support as a native data type.
For a possible (Postgres) implementation see:
https://github.com/aggregatek…
-
Hi,
cstore_fdw fails to build against v13. Can you please take a look? We will likely release v13 next week.
Thanks!
```
Makefile:50: *** PostgreSQL 9.3 to 12 is required to compile this ext…
-
When trying to build the javascript backend, the build process exits with following error:
```
/home/mai/projects/raku/nqp/nqp-m --module-path=/home/mai/projects/raku/nqp/gen/js/stage1 --target=mb…
-
## The Problem
main.raku with
`sub MAIN( $a ) { }`
errors:
> rindex search target requires a concrete string, but got null
instead of displaying usage when run with no arguments
### `r…
-
```
[info] ! HyperLogLog.Downsize dense HLLs from 14 bits to 4 bits: Falsified after 0 passed tests.
[info] > Successes: 80 (out of 100)
[info] > Expected successes: 99.72
[info] > Required succes…
-
I'm using v1.0.1 and run into a out-of-range-access when union two hlls. The statement give rise to this problem is "s.Union(l)", where the `s` is using dense storage and have setting with log2m:11 …
-
I see that the Spark-Alchemy HLL Functions have the trait CodegenFallback [0]. My understanding is that implementing codegen will give you a big performance boost. Is there a particular reason why Spa…
cozos updated
5 years ago
-
When importing HLL data to vertica the only real choice is to use HEX. Vertica can only import hex_to_binary into a binary column. I've overloaded HLL_MERGE_COMPUTE to use varbinary as an input type. …