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 attached [conn.zson.gz](https://github.com/brimdata/zed/files/14922810/conn.zson.gz) that was previously output by `zq` produces the following error when read: ``` $ zq -i zson conn.zson.gz conn.zson.gz: decorator conflict enclosing context "conn_id={orig_h:ip,orig_p:port=uint16,resp_h:ip,resp_p:port}" and decorator cast...

bug

Repro is with GA Zed tagged `v1.15.0`. To repro, use attached Test data and [conn.zng.gz](https://github.com/brimdata/zed/files/14876523/conn.zng.gz) and [http.zng.gz](https://github.com/brimdata/zed/files/14876524/http.zng.gz) with the following Zed script `add-geo-to-http.zed`: ``` file http.zng.gz | inner join (...

bug

Repro is with Zed commit 7ba4ecc. I'm not much of a Go developer, but I was hacking a bit and tried working off the user-facing docs. However, what's shown there...

bug

Repro is with GA Zed tagged `v1.15.0` and the test data at `s3://zed-issues/5097/all.zng.gz`, as it's too large to attach to a GitHub Issue. Save this `program.zed`: ``` from all |...

bug

This commit fixes an issue with using aggregation expressions user-defined functions where there wasn't a separate state per textual invocation. Closes #5092

Aggregations are supposed to carry separate state for each textual invocation but this rule breaks apart when using aggregation expressions in user defined functions. Observe: ``` func c(): ( count()...

bug

A community user expressed interest in being able to read XML-format data into Brim/`zq`. A data source we're aware of that uses XML is [STIX](https://stixproject.github.io/about/).

community

Repro is with Zed commit 05fdd90. A community user recently bumped into CSV data that had duplicate columns. Their specific data source was a CSV export from Jira, and looking...

community

In a recent [community Slack thread](https://brimdata.slack.com/archives/CTSMAK6G7/p1719599235862269?thread_ts=1719598267.216469&cid=CTSMAK6G7), a new user began learning `zq` by reading the docs and asked: > is there a list of output formats? similar to this table...

At the time this issue is being opened, Zed is at commit f497079. One of the `-f` output options of the Zed CLI commands is `lake`. I can see it...