Matthew Nibecker
Matthew Nibecker
Last update was a year ago...
If I create a pool with a pool key that isn't named ts, the app fails to show any data. Steps to reproduce: 1. create pool with a non-standard pool...
On v0.28.0, if I drop a bad file (e.g., `{x:1}`) into the queries section, the drag to import animation does not disappear and I get no error. 
When I upgraded the zed version on the cloud instances I noticed that I needed to restart to brim app in order for the lake info module to display the...
Noticed this when upgrading the cloud instances and all connections get terminated when the `zed service` process restarts. The events endpoint gets severed and the client does not attempt to...
Add zed manage monitor command- a long running process that monitors the pools in a zed lake and executes opportunistic compactions as data is loaded into the various pools.
Add the lake manage command. Eventually lake manage command will have multiple subcommands but initially add just the compact command- A command that finds groups of objects suitable for compaction...
This pr introduces new functionality that uses pool key predicates in the pushdown to optimize both object and object seek selection. Both objects and their seek offsets are selected by...
Map, array, set and record expressions are not supported for canonical zed for the dag created in the semantic compiler pass. Fix this.
If I do a map index selector on `this` I get a "missing" error: ```bash $ echo '|{"one":1}|' | go run ./cmd/zq 'yield this["one"]' - error("missing") ``` If the index...