Phil Rzewski
Phil Rzewski
Another user requested this in a recent [community Slack thread](https://brimdata.slack.com/archives/CTSMAK6G7/p1736028459444529). In their own words: >Can we get an override/ auto-rename switch for files which happen to have duplicate field names?...
@WhenGrill: Thanks for the use case detail and interest in Zui. There's definitely situations like you describe where a browser-based app makes sense and we've heard this from users at...
@chrismo: Actually, I think the middle example is behaving in a way that's aligned with the docs, though your experience shows there's room for improvement. Let's start from the base...
@chrismo: Hmm! I'm not sure where the remaining confusion lies, since it still matches what I think of as "order independent". Let me cook up a slightly simpler example, since...
@chrismo and I further discussed this online. I now understand that what made this most confusing was that in his middle example: ``` ❯ zq 'type foo={a:string,b:int64} yield {b:1} |...
@chrismo: We covered a lot of ground in this issue back in the day, but with the merge of the new and improved `cast` for complex types that was just...
Verified in Zed commit 4a1ebf5. Repeating the repro steps, we now once again see the expected outputs in `text` and `table` formats instead of a panic. ``` $ zq -version...
#6007 would provide an alternative within `super` that could be used instead of `seq` to create the numeric sequence needed to demonstrate `dcount`.
I just bumped into another use case. There's some sample CSV data I want to download from an Italian site to reference in some docs. The column headers come back...
The changes in #4572 bring significant additional functionality along the lines of what's proposed in this issue. Here's verification in Zed commit 1ac878f where this new functionality is used to...