zed icon indicating copy to clipboard operation
zed copied to clipboard

A novel data lake based on super-structured data

Results 435 zed issues
Sort by recently updated
recently updated
newest added

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...

community

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...

community

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...

bug

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...

community

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...

community

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...

bug
community

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...

community

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...

community

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.,...

community