Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a type alias for port when reading azng #1441

Merged
merged 2 commits into from
Oct 8, 2020
Merged

Conversation

alfred-landrum
Copy link
Contributor

Recent Brim integration tests failures occurred because they were unable to read an alpha zng file that used the port type. This change automatically adds an alias for port -> uint16 whenever the azng reader is used, and adds a ztest with a more complex alpha zng file.

While testing, I discovered the alpha tzngio writer was using the post-alpha zcode package, so I pulled in the alpha zcode package as well.

@alfred-landrum alfred-landrum merged commit 54a7f58 into master Oct 8, 2020
@alfred-landrum alfred-landrum deleted the azng-port-zcode branch October 8, 2020 18:20
brim-bot pushed a commit to brimdata/zui that referenced this pull request Oct 8, 2020
…fred-landrum

This is an auto-generated commit with a zq dependency update. The zq PR
brimdata/super#1441, authored by @alfred-landrum,
has been merged.

add a type alias for port when reading azng

Recent Brim integration tests failures occurred because they were unable to read an alpha zng file that used the port type. This change automatically adds an alias for port -> uint16 whenever the azng reader is used, and adds a ztest with a more complex alpha zng file.

While testing, I discovered the alpha tzngio writer was using the post-alpha zcode package, so I pulled in the alpha zcode package as well.
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.

2 participants