Skip to content

Conversation

@philrz
Copy link
Contributor

@philrz philrz commented Dec 1, 2023

Now that TSV read/write support exists in Zed (brimdata/super#4746) this enables it in Zui as well.

In addition to the tests that will be triggered in CI, I've confirmed locally that all the e2e tests run successfully with this branch.

Closes #2908

@philrz philrz requested a review from jameskerr December 1, 2023 19:26
@philrz philrz self-assigned this Dec 1, 2023
play('Preview & Load', (app, test) => {
test('create new pool, change key, type <enter>', async () => {
await app.dropFile(getPath('sample.tsv'));
await app.dropFile(getPath('sample.zeektsv'));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took the liberty of renaming the popular sample.tsv to sample.zeektsv as part of this PR. Since we now support what's more widely thought of as "TSV" (i.e., generic), using the .tsv extension on the Zeek-specific variant felt wrong.

Co-authored-by: Noah Treuhaft <noah.treuhaft@gmail.com>
@philrz philrz merged commit 8aaf798 into main Dec 5, 2023
@philrz philrz deleted the tsv-support branch December 5, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add TSV support

3 participants