[Integration] Test executable does not validate embedded streams
Open
Component: C++
Component: Integration
Type: bug
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the bug, including details regarding any error messages, version, and platform.
[IPC files should contain a valid IPC stream with EOS](https://arrow.apache.org/docs/format/Columnar.html#ipc-file-format). 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
Contributor guide
Assessment
This issue has not been assessed yet.