Nikolas Göbel
Nikolas Göbel
The state machine powering the `CardinalityOne` operator currently assumes totally ordered input timestamps, s.t. when processed in time order (i.e. in the order that `consolidate` will reveal them), all keys...
With `--enable-logging` the server struct holds on to `EventLink`'s for Timely and Differential events, resulting in those never dropping elements.
Without log-level info, 3dfctl will hardly report anything, leading to general confusion.
`NameExpr` prevents re-use of arrangements, because they get wrapped into collections. With the introduction of `Implemented`, we can now implement something like `ArrangedRelation`, to fix this.
The server module currently exposes the server's handler functions individually. This invites specific server implementations to accidentally use them without going through the sequencer first, breaking determinism across workers.
An inspect stage logging either actual tuples or number of tuples flowing through a given plan stage.
This is currently a bit of a mess. Most stages use `variables` to indicate their output offsets. But for `Join`, `variables` is used as the target variables on which to...
It will often be the case, that certain dataflows should always run. After a cluster crash / shutdown, such queries would have to be manually re-registered right now. I thus...