Phil Rzewski

Results 390 issues of Phil Rzewski

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

Repro is with `zq` commit 45ac6b4. Searches for complex literals in named fields can work ok (though #5167 shows some challenges here). ``` $ zq -version Version: v1.16.0-6-gf4970799 $ echo...

Repro is with Zed commit f497079. Start from these working examples of searching for a primitive value in a named field of a record. All three of these work regardless...

In a recent [community Slack thread](https://brimdata.slack.com/archives/CTSMAK6G7/p1719855960575729?thread_ts=1719801076.425009&cid=CTSMAK6G7), a user was learning for the first time about how aggregate functions behave differently when called in "expression context" vs. "summarization context". When the...

## tl;dr The Zed queries that populate a Grafana dashboard using an S3-based Zed lake service can cause a crash. The opening text of the error dump: ``` runtime/cgo: pthread_create...

bug

Repro is with Zed commit ce9626e. This issue was reported in a [community Slack thread](https://brimdata.slack.com/archives/CTSMAK6G7/p1719600228549619?thread_ts=1719598267.216469&cid=CTSMAK6G7). I confirmed that it started failing at commit ce9626e, which is associated with the arrival...

bug
community

Repro is with Zed commit 19b2eb5. ``` $ zq -version Version: v1.14.0-29-g19b2eb5d $ zq 'yield null +1' panic: null goroutine 1 [running]: runtime/debug.Stack() /usr/local/opt/[email protected]/libexec/src/runtime/debug/stack.go:24 +0x5e github.com/brimdata/zed/runtime/sam/op.(*Catcher).Pull.func1() /Users/phil/work/zed/runtime/sam/op/catcher.go:25 +0x3d panic({0x2360980?, 0xc000557430?})...

bug

At the time this issue is being filed, Zed it at commit ab603fa. I believe our own Dev team has at times wondered if Zed should offer anonymous functions. An...

community

## tl;dr I managed to crash `zed serve` by starting a `zed load` and hitting Ctrl-C part way through. ## Details Repro is with GA Zed tagged `v1.16.0`. I first...

bug