Phil Rzewski

Results 577 comments of Phil Rzewski

When testing Zui at commit 52b4b58, I happened to notice another vibrating view, this time in **Detail**. I'm appending it here rather than opening a separate issue since I assume...

@chrismo: Thanks for the suggestion. I'll discuss it with the Dev team, but here's some initial thoughts. Was its use in [`bash`](https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#Conditional-Constructs) what had you thinking of `=~` specifically? If...

@mccanne pointed out that the runtime error does get surfaced, so if one puts a `yield` at the correct spot it can be seen. ``` $ zq -I case-oops-error.zed all.json...

We took a shot at this in #4931 but then realized it was not the right approach. Will revisit at a later time.

I think this is another example that would require support for duplicate column names, but since it manifests as absent columns rather than the name with `_1` appended I'm logging...

Such as in [this sqllogictest](https://github.com/dolthub/sqllogictest/blob/a1f4aa3c1d691552a4a03d9603c45bcf93d0bb9d/test/random/aggregates/slt_good_0.test#L215-L223), when there's multiple `AS` specifying the same target column name there is an explicit error message. Using the same input data as the top repro...

In a recent [community Slack thread](https://super-db.slack.com/archives/CTSMAK6G7/p1760626403618189) a user reported bumping into this issue.

Depending on what @mccanne had in mind when he made the statement above, the [`strftime` function](https://zed.brimdata.io/docs/next/language/functions/strftime) added in #5197 might cover this since the directives allow extracting things like the...

A specific variation of this came up recently in. In brief, we had an unprotected example in the docs where named ZSON named type syntax had changed from `port=(uint16)` to...

While we're waiting on a proper fix for this, I realized it's possible to put together a decent workaround using existing building blocks. Expressed as a [user-defined operator](https://zed.brimdata.io/docs/next/language/statements#operator-statements) and stored...