Phil Rzewski

Results 577 comments of Phil Rzewski

A community user came up with a request for similar functionality. In their own words: > Had an idea this morning while working on a zed script and was thinking...

A community zync user also just requested this functionality, though in their case they're submitting the queries over the Zed lake API rather than the command line. In their own...

Verified in Zed commit 1ffe14f. I happened to be working with a community user that mentioned a `join` crash they'd seen recently but were having difficulty reproducing. That led me...

Now that Arena has been backed out (#5278) I've been re-verifying issues that were fixed in the Arena era to make sure that prior issues haven't resurfaced, and it looks...

A community zync user recently also expressed interest in an XML reader. In their own words: > I was wondering if super would ever be able to ingest XML files?...

I'm currently testing this branch at commit 6088bc5. I noticed something shown in the attached video: Large aggregation results now allow scrolling past the first 500 rows. https://github.com/brimdata/zui/assets/5934157/d340e3ed-d171-4a0a-9283-255594c136aa By comparison,...

This is effectively a note-to-self but I'll record it here in case anyone else has the same question upon reviewing these changes (cc: @jameskerr). In the ztest in https://github.com/brimdata/zed/pull/5126 I...

Thanks @chrismo! The feedback is appreciated and it's good to know the search tool isn't serving us great here. I've just opened PR #5175 to see if the wider team...

Verified in super commit 69d0499. ``` $ super -c " /* * This is a verification of multi-line comment support. */ yield 'Hello, world!'" "Hello, world!" ``` The timing works...

After discussing with the team, I now understand that it was incorrect for me to frame this as a bug. It's actually an expected consequence of an enhancement and hence...