Phil Rzewski
Phil Rzewski
While fielding an inquiry from a community zync user I became aware that these smaller float types also have a subtle bug when used as join keys. Repro is with...
Verified in Zed commit 19b2eb5. The looping runs above that perform simple math between all the numeric types now returns no output, which is a sign that it's running correctly...
We had a group discussion about this one. More specifics TBD, but some notes of thoughts thus far: 1. @mattnibs thought this kind of file cleanup should probably be handled...
Hi @allukaZod! Thanks for your interest in Zed. In your final table output below, I think you probably meant to have some entries with `some_cat2`? In any case, I think...
Hello again @allukaZod. I've got something close to what you were seeking. The approach using the currently-available building blocks in Zed creates the full sets via `union()` and then emits...
@allukaZod: Not sure if you're still watching this issue, but FYI, the issue #4943 I mentioned above has been fixed, so that last example shown previously now generates the correct...
I checked in on this one as of super commit cc68d89 and confirmed it's still with us. Here's the updated query with current syntax for future repro: ``` $ cat...
Here's an example from within the Zed language itself where I imagine users could likely bump into this. Let's say a user has this test data. ``` {"Hello": "world", "Number":...
I happened to revisit this issue just to see if the changes in #4795 affected what's described here, and it turns out this did indeed happen. Starting with Zed commit...
A community user recently attempted to perform an assignment to an array element and encountered the effect described in https://github.com/brimdata/super/issues/4798#issuecomment-1789618359 above. Separate issue #6246 has been opened to track that...