Steve McCanne

Results 87 issues of Steve McCanne

I wrote this up in the draft zng-beta spec knowing it went elsewhere, so I'm now taking it out of the spec and putting it here for someone to find...

Join needs to get expr.Context's from the left and right batches but currently peeker hides the batches. For now we create a blank context but this will mess up scopes...

After the `nuke-driver` branch is merged, we need to make sure all flowgraph goroutines use SafePull as the new expr package calls panic for unrecoverable errors and we need to...

The join operator should be changed so that it takes an _as_ clause to assign var names to the left and right inputs (defaulting without the as clause to "left"...

Pass expr.Context to aggregator methods.

This ``` echo '`foo`' | zq -i zson - ``` should produce `"foo"` but instead it produces no output.

bug

Right now, map lookups return missing if the lookup value does not exactly match the type of the map key. This should be more robust with coercion etc.

Aggregators that turn heterogeneously typed values into an aggregated union should handle union-of-unions by merging the union instead of created sub-unions inside of a union. This can happen when partial...

There should be a maxrowsize option on aggregations that also influences the max-read-size buffer in zngio. Maximum row size is more intuitive and is the real bottleneck here. When we...

The various zed commands all support outputting data in any desired format. The command help should describe this output uniformly, e..g, having some help text blurb that refers to the...