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

[Integration] Test executable does not validate embedded streams #43833

Open
bkietz opened this issue Aug 26, 2024 · 1 comment
Open

[Integration] Test executable does not validate embedded streams #43833

bkietz opened this issue Aug 26, 2024 · 1 comment

Comments

@bkietz
Copy link
Member

bkietz commented Aug 26, 2024

Describe the bug, including details regarding any error messages, version, and platform.

IPC files should contain a valid IPC stream with EOS. Some arrow producers don't guarantee that the EOS is written. However there might be readers depending on simply reading the embedded IPC stream (and depending on the EOS to avoid reading the Footer as a corrupted message) so we should validate stream reading from IPC files as well as file reading.

Component(s)

Integration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@bkietz and others