Phil Rzewski
Phil Rzewski
Another community Zui user asked in https://github.com/brimdata/zui/issues/2753 about wanting to make some customizations to where their lake data is stored. In their own words: > Changing the storage location of...
@mccanne recently once again confronted the aspects of this issue related to lake storage. Specifically, he already had some data he'd loaded into Zed lakes using the `zed` CLI commands,...
A community zync user that intends to use this feature made good point about how this operator (and others we may create that could "write" data to a pool, e.g....
Verified in Zed commit f733ef3. Repeating the steps from when the issue was opened, but now with the `load` happening from within the Zed pipeline: ``` $ zed -version Version:...
Verified in Zed commit 5f4c4e8. Here's an example that uses two UDF functions. One uses a regular expression to extract the area code from a phone number string and the...
In #4433 text was added to the [CONTRIBUTING doc](https://github.com/brimdata/zed/blob/main/CONTRIBUTING.md#development) to emphasize that compilation on 32-bit is not currently supported. The same PR also changed the Makefile to detect if this...
I've noticed https://github.com/brimdata/zed/issues/2070 is effectively a duplicate of this, so I'm closing that one. Capturing @mccanne's original wording from there: > Currently, search can use "not" or "!" but expr...
A community user recently bumped in to a variation on this in a [Slack thread](https://brimdata.slack.com/archives/CTT24051C/p1693681708743009): > Mmm I think I'm missing something obvious, what's the best way to `where not...
Verified in Zed commit d55ca74. Revisiting the comments from when this issue was opened, `not true` is now a valid expression whereas it wasn't before. ``` $ zq -version Version:...
Now that compaction is on track to being delivered through the lake manager (#3923) I'm reminded of something @mattnibs said to me offline about how `zed compact` is effectively a...