Skip to content

[Integration][Go] IPC files do not embed a valid IPC stream #43837

@bkietz

Description

@bkietz

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

The format guarantees that each IPC file embeds a valid IPC stream in order to allow readers to ignore the Footer, skip the file's leading magic, and reuse a stream reader.

#43834 adds validation of the embedded IPC stream and files written by Go fail. When writing IPC files Go seems to omit the stream's EOS so that a stream-only reader will attempt to read the Footer as a Message.

Component(s)

Go, Integration

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions