Phil Rzewski
Phil Rzewski
Support for slicing in arrays was added in #2099. We'll circle back to add support for the other data types as use cases emerge that make them a priority.
Community member @henridf also stumbled across this. In his own words: > I was trying to do a filter on something not in a list, and based on the docs,...
I see that #3735 was merged shortly after this issue was opened and that section was populated at that time, so I'm not sure if that's deemed adequate or if...
@mccanne notes we could also add ZNG support to Wireshark. 😄
As of 3/24/2022, this is still a problem. 😉 Joking aside, the fact I seem to bump into this one each time I come back to the project makes me...
Translating this to the modern era, it looks like this is the place where the default is currently being set: https://github.com/brimdata/zed/blob/2ae2b3dc55191c151310b7f253be8ac894e98fda/lake/data/object.go#L19
Yep. This has been with us for a while. I just closed #1792 as a duplicate.
Just closed another duplicate, #3741. Note that community user @cogphn took the time to react with a 🎉 emoji to that other issue, so there's outside interest in seeing this...
Verified in Zed commit 28f95a3. The output is now a `duration` type as was originally anticipated. ``` $ zq -version Version: v1.2.0-64-g28f95a3c $ echo '{ts:2018-03-24T17:30:20Z}' | zq 'cut delta:=(ts+1s)-ts' -...
I've confirmed this issue is still present as of Zed commit 8b0cd3e. I'm unfortunately not aware of any workarounds. Here's a simplified repro: ``` $ zq -version Version: v1.2.0-39-g8b0cd3e9 $...