Phil Rzewski

Results 577 comments of Phil Rzewski

A user in a [public Slack thread](https://brimdata.slack.com/archives/CTT24051C/p1689765060669689) just bumped into this problem and thought of the same heuristic we did about recognizing the `.json` extension.

Just to chalk up another incident, the file stored at `s3://zui-issues/3025/mun.json` as referenced in https://github.com/brimdata/zui/issues/3025 hits this problem when read with `zed load`. ``` $ zed -version Version: v1.14.0-16-g38763f82 $...

The docs at https://zed.brimdata.io/docs/next/tutorials/zq now include some additional text on this topic. ![image](https://user-images.githubusercontent.com/5934157/226767678-086db53a-0e34-41f6-b448-b35a0b6c6b5d.png)

There's been many changes in recent months so I revisited this one with some binary searching to see if conditions have improved. The tl;dr is that indeed they have, and...

Update: Another new member of the team of the community zync user cited in the prior comment just bumped into this problem yet again.

The linked PR #4770 has addressed the "auto-sort" portion of this issue. Below is verification of this as of Zed commit d938fba. Using the CSV data from the Gist linked...

Verified in Zed commit e569877. Here's an example of reading each of the supported formats (with the exception of `line`) using auto-detect. ``` $ zq -version Version: v1.3.0-42-ge5698777 $ for...

Verified in Brim commit a6fc1a8. As shown in the attached video, now we see success with all attempts to move the new folder into the zone that previously caused it...

The new test that was added via #2959: https://github.com/brimdata/zui/blob/f874b28cf0198d30f481c6379b45a2fb82f6619e/packages/zui-player/tests/packets.spec.ts#L19-L22

Verified in Zui commit 2d23f20. As shown in the attached video, by default pcap slices are still stored in `$TMPDIR`. However, a new setting is now available in **Settings >...