Ben Pfaff
Ben Pfaff
I wonder if we'll have a whole new rash of problems with rkyv 0.8 when it's finally released. It's a major set of changes.
I did some preliminary rearranging: https://github.com/feldera/feldera/pull/1754
> I did some preliminary rearranging: #1754 Rearrangement is merged.
I added GIFs showing off our concepts: https://github.com/feldera/feldera/pull/1763
Unassigned myself because I think I finished what I was asked to do. Feel free to reassign me if more gets added or if I missed something.
I ran into this earlier. I wasn't able to quickly fix it.
I made a list earlier. But it's not super useful if we're committing all stateful operators for storage because there are only a few entry points for state and for...
@ryzhyk mentioned that some operators have internal state not captured by stateful traces: > There's a bunch of operators that store random bits of state internally, not using Z-1. If...
> What's the point? The sql library uses F64 everywhere You don't think it'd be nice to just be able to say `type F64 = OrderedFloat`? Personally I think it'd...
Since I last updated this issue, my PR to ordered-float made it into a release (and subsequent ones).