kamille
kamille
> This fuzzer framework looks great! > > > * support more data type in dataset generator(e.g. bool, binary) > > And I want to work on this feature if...
> rowsort Still failed... seems make the same effect as `ORDER BY timestamp` in origin sql... I try to switch `rust version`, `cargo clean`, `remove cargo cache`... still not work...
> I can't reproduce the error > > rustc 1.78.0 (9b00956e5 2024-04-29) Macos Version 14.5 (23F79) > > > it can success in my another dev machine and ci... >...
> > @alamb is there anyone working on this + is this issue still relevant? I would love to tackle it as it seems like an interesting feature/optimization. > >...
The challenge of `String` seems that? - If we just simply use a `Vec` like `primitives` to keep the min/max values, it is too expensive to convert them to `StringArray`/`StringViewArray`(many...
> @Rachelint your implicit idea of using `Vec` to store the state I think is actually quite interesting and maybe we should try that one first: > > It would...
> @Rachelint your implicit idea of using `Vec` to store the state I think is actually quite interesting and maybe we should try that one first: > > It would...
> > I am not familiar enough with StringViewArray, is it ok to do that? And will it lead to a extremely bad performance? > > I think using a...
> > @Rachelint your implicit idea of using `Vec` to store the state I think is actually quite interesting and maybe we should try that one first: > > It...
> I have had more time to take a look at this and sort of just wrap my head around how `GroupsAccumulatorAdapter` works a bit. I'm seeing that the performance...