-
Version [r140] to [r145] has a lot of fixes and improvements:
https://sourceforge.net/p/agg/svn/140/
https://sourceforge.net/p/agg/svn/141/
https://sourceforge.net/p/agg/svn/143/
https://s…
-
## Feature request
Request for Future Support of agg_state in Aggregated Table Model.
Hello,
I want to inquire if there are any plans to support agg_state in the aggregated table model. In …
-
It seems that AGG devices are unable to render Hebrew text with a numeral. When this is attempted, the following message appears in the console:
```
Failed to get emoji face:
```
- `ragg` ver…
-
Similar to #1246, I detected another problem in the streaming engine. This time it is _very_ important for the bug to appear, to start with `$scan_parquet(…)` and to end with `$sink_parquet(…)`. If th…
-
### Description
`FROM employees | STATS c1 = count(emp_no) WHERE emp_no < 10042` will incorrectly disregard the filter.
(See [cause](https://github.com/elastic/elasticsearch/pull/113735#discussion_r…
-
I noticed this example will hang.
```r
as_polars_df(mtcars)$group_by("cyl", foo = TRUE)$agg()
```
This is not confirmed by Python Polars or current R Polars.
It may occur if some feature flag…
-
I installed `libbpf-dev` (without which the build failed because of not finding `bpf/bpf_helpers.h`)
```
./configure BPFC=bpf-gcc BPFLD=bpf-ld
make BPFC=bpf-gcc BPFLD=bpf-ld
```
It successful…
-
Similar to #336 but for the map/gen/agg
-
Using BUCKET in agg filters should not be allowed (as it's a grouping function). See example [here](https://github.com/elastic/elasticsearch/pull/113735#discussion_r1784479895).
Related #113735
-
There's an intermittent issue I've encountered where the event `E3Requested` is received, but the keyshare is not being created or published as expected.
### Expected Behavior:
Upon receiving the …