Steve McCanne

Results 87 issues of Steve McCanne

See this comment in `zync/design.md`: ``` > This is deprecated by design outline in the README. > We need update the implemented algorithm with cursors to limit the > scans...

Zinger should have options to run more generically by syncing a kafka topic to a pool without the strict enforcement of the sequential offset field in the `kafka` meta record....

The zavro transcoder in zinger should handle Zed map to Avro map translation.

`zinger sync from` should handle multiple processes writing to a Zed pool and ensure consistency of the computed kafka offsets. We need an option to the Zed lake load endpoint...

This commit reparents the "super dev compile" command under the top-level "super" command and creates a parallel command "super db compile". This makes it much clearer as to when you...

Should operators on errors work the same was as unions, where we automatically access the "under()" value. While this could cause confusing behavior, it also has some nice properties... e.g.,...

You should be able to check out an arbitrary commit that is not part of a branch. There are some checks in the CLI command that prevent this and there...

For this input... ``` {s:"a",x:[1,2]} {s:"a",x:[3]} {s:"b",x:[4,5]} {s:"b",x:[6,7]} ``` and this Zed: ``` zq "let s=s over x => ( union(this) by s )" in.zson ``` or this Zed: ```...

While refactoring the optimizer, we realized the code would be simpler if we required all paths of a dag.Parallel to be dag.Sequential instead of dag.Op. Also, parallel implements two semantics...