zed
zed copied to clipboard
A novel data lake based on super-structured data
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...
Closes #5067
Rework the coerce package so that it uses native values instead of their byte representation.
This commit fixes a bug where stateful expressions were not getting reset when an op encounters EOS. This would most notably result in unexpected values when using stateful expressions inside...
At the time this issue is being filed, Zed is at commit 08c04de. As divulged in the [`zq` usage docs](https://zed.brimdata.io/docs/next/commands/zq#usage) (emphasis added): >To determine whether the first argument is a...
## tl;dr The `float16` and `float32` Zed types are broken. ## Details Repro is with Zed commit 91ee553. Start from this simple math. ``` $ zq -version Version: v1.8.1-67-g91ee553a $...
## tl;dr The following should return `"port"`. ``` $ echo '80(port=int16)' | zq -z 'yield nameof()' - error("missing") ``` ## Details Repro is with Zed commit 38763f8. A community user...
When searching a text in a data about 100 GB and 80 GB When using the from* command to read both files, the speed of reading data from the m2...
In the Zed docs about [statements](https://zed.brimdata.io/docs/language/statements) several times we explain scopes as: > ...the main scope at the start of a Zed program or a [lateral scope](https://zed.brimdata.io/docs/language/lateral-subqueries#lateral-scope) defined by an...