Phil Rzewski

Results 390 issues of Phil Rzewski

Repro is with Zui f6f28ac. A user reported in a [community Slack thread](https://brimdata.slack.com/archives/C03MW6XT7HC/p1725881575364539?thread_ts=1724098664.936219&cid=C03MW6XT7HC): > In the queries tab, if I type in a filter, then create a new folder -...

community

Repro is with Zui commit e54d07e. This seems pretty minor, but reporting for completeness. I noticed that in the **Queries** tab, the right-click **New Query** and **New Folder** options don't...

bug

## tl;dr Zui's ZSON-like output often leaves out some/all union type decorators. The user should have some way to make sure this is included when they want to see it....

bug

Repro is with Zui commit b426158. In the **New Pool** modal, the radio button for **Descending** is crowded close to the right side of the word **Ascending**. ![image](https://github.com/user-attachments/assets/c004031a-7ce2-4532-80af-a10a7efcccca)

Repro is with Zui commit e8a538e. While reviewing #3145, I became hip to the fact that the right-click menu currently only seems to activate on named field/value pairs in records....

When the Sessions feature was first envisioned in #2467, it was proposed there should be a way to rename them. Per the implementation summary in #3132, right now a session's...

## tl;dr The file generated by the following can be read back in with Zed tools but not some other tools. ``` $ echo '{device_floor: 3 (uint8)}' | zq -f...

## tl;dr A proposed new `batch` operator: ``` batch 2 => ( collect(this) | // do something with 2-element array ) ``` ## Details Repro is with `super` commit 0af34e0....

community

Repro is with Zed commit d64a090. We started a debate years ago about this difference between SQL and Zed behaviors. Start with this [data.csv](https://github.com/brimdata/zed/files/12032717/data.csv) test data. ``` id,key,val 1,max,hi 2,zap,my...

community

## tl;dr A community user recently inquired about how to compute the delta between the values in back-to-back input records. The only solution we could come up with that uses...

community