zed
zed copied to clipboard
A novel data lake based on super-structured data
The `-z` gives non-formatted output. For "pretty output", there is `-Z` ``` zq -z '{"foo":1, "bar":2}' {foo:1,bar:2} zq -Z '{"foo":1, "bar":2}' { foo: 1, bar: 2 } ``` However, there...
A user suggested that Zed automatically cast `join` keys as necessary to increase the likelihood of a match without needing to explicitly cast values to comparable types. ## Details Repro...
During the import of several Parquet files, the following error is issued in some cases Approximate volume of parquets is 10 Gb consisting of 20 or 25 files **VirtualAlloc of...
Repro is with Zed commit d599839. The attached NDJSON test data files [lines-9.ndjson.gz](https://github.com/brimdata/zed/files/11314643/lines-9.ndjson.gz) and [lines-10.ndjson.gz](https://github.com/brimdata/zed/files/11314644/lines-10.ndjson.gz) both consist of several lines of valid NDJSON and a closing incomplete line: ``` {"syntaxerror...
A community user recently inquired in a [Slack thread](https://brimdata.slack.com/archives/CTT24051C/p1709737050573089): > I saw zson and was wondering how usable it is in an API? Can the zson be transform to json...
Repro is with GA Zed tagged [v1.8.0](https://github.com/brimdata/zed/releases/tag/v1.8.0). Consider the attached `zed serve` log [zlake.txt](https://github.com/brimdata/zed/files/11619349/zlake.txt) that was generated during a repro of #4446 by connecting to the service as a remote...
Repro is with Zed commit 06f7936. This problem was spotted while researching [zui/2751](https://github.com/brimdata/zui/issues/2751) and uses some of its test data to repro. Consider these individual test data values in three...
A user asked in a community Slack thread: > curious if there's a way to title case a string, not seeing this in the stdlib/slack history/github issues. Indeed this does...
When one of the command characters is written with a capital letter, an error will be given and the command will not be executed Of course, it is not a...
At the time this issue is being opened, Zed is at commit 58e7993. We've had a few community issues that speak to a desire tor fault tolerant data input, e.g.,...