Phil Rzewski

Results 577 comments of Phil Rzewski

I just did some test with this branch at commit 5d59954 using the repro steps from #4719 and this confirmed that this branch seems to fully address what's covered in...

We just discussed at a team meeting that I might add some automated tests based on the #4719 repro, so I'm happy to do that via a push to this...

I had reason to revisit this issue recently and have confirmed it's still with us but the nature of the failure is different. Instead of rewriting the query incorrectly, now...

While writing up new issue #5268, I came across https://github.com/djimenez/iconv-go which sounds like it might help here.

I bounced this one off @mccanne. FWIW, he didn't think the `count()` approach was hacky. But in terms of other ways to address this, he thought the proposed "path" work...

I was reminded of this issue again when responding to another [community Slack thread](https://brimdata.slack.com/archives/CTSMAK6G7/p1724281675505729). The use case was "zipping two arrays together". The input `data.json`: ``` { "data": { "id":...

Update: While a direct approach access such an array index does not yet exist, the changes in #6344 and other recent language enhancements change how the interim solution looks. At...

As of current Zed commit 4360baf, this one seems to be fixed (or at least partially fixed). The `let` operator was removed in #4531, but here's how the repro and...

@mattnibs: I discussed with @mccanne and here's an example. Let's start from this baseline: ``` $ echo '1 2 2 3' | zq -z - 1 2 2 3 ```...

@mccanne just bumped into what looks like a variation on this one. Repro is with Zed commit b6d853f. In his own words: >``` >$ zq -version >Version: v1.17.0-44-gb6d853fe > >$...