Phil Rzewski
Phil Rzewski
@cshanahan: Sorry to hear you're having trouble. For starters, I'll suggest that if you're up for it, it might make sense to join our public Slack via https://www.brimsecurity.com/join-slack/ , as...
This one has been a challenge to verify. For starters, the original repro cannot be repeated because spill-to-disk no longer occurs during a `zed load` (the modern equivalent of what...
FYI for whoever might pick this up, back in the day on our internal wiki there was a partial write-up on this topic at https://lookylabs.atlassian.net/wiki/spaces/PROD/pages/159678469/Type+Coercion. Most of the specifics are...
Still with us as of Zed commit 9c0f097. ``` $ zq -version Version: v1.2.0-49-g9c0f0973 $ seq 1 | zq -z 'yield {a:this},{b:this}' - {a:1} {b:1} $ seq 1 | zq...
Related to #4024
A community zync user inquired over Slack about this same functionality. In their own words: > Do you think it would be possible to supply default values for any fields...
FWIW, I already knew from the README that it was going to pop up the browser to complete the auth step, so between that and familiarity with `DISPLAY`'s relevance to...
Here's my attempt at a repro with Zed commit 7396ea9. ``` $ cat repro.zson { m: |{ 1: "a", 2: "b", 3: "c" }| } $ zq -version Version: v1.2.0-97-g7396ea9c...
This one has been transferred to the Zed repo since that's where an enhancement would need to first exist. For instance, using Zed commit 28f95a3 and the [threelines.ndjson.gz](https://github.com/brimdata/zed/files/9659453/threelines.ndjson.gz) test as...
Related to this, the following text was present in a retired "lake design" document (see #3803). It has been established that this was really a pending to-do, so this issue...