Skip to content

Conversation

@maxburke
Copy link
Contributor

A continuation marker (value of 0xffffffff) in a message size block is
used to align the next block to an 8-byte boundary. This value needs to
be skipped over if encountered.

A continuation marker (value of 0xffffffff) in a message size block is
used to align the next block to an 8-byte boundary. This value needs to
be skipped over if encountered.
@github-actions
Copy link

@paddyhoran paddyhoran changed the title ARROW-8225: [rust] Rust Arrow IPC reader must respect continuation markers. ARROW-8225: [Rust] Rust Arrow IPC reader must respect continuation markers. Mar 26, 2020
Copy link
Contributor

@paddyhoran paddyhoran left a comment

Choose a reason for hiding this comment

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

LGTM pending CI (looks like you have some lints to fix)

@maxburke
Copy link
Contributor Author

Saw those; not sure why they came up because I hadn't changed those files, perhaps they were from another merge? Anyways, working to fix!

@paddyhoran
Copy link
Contributor

Yea, it happens. I guess fmt was updated in CI or something. Thanks @maxburke

@maxburke
Copy link
Contributor Author

@paddyhoran All clear!

@wesm
Copy link
Member

wesm commented Mar 26, 2020

You've got a conflict from the testing submodule. I'm unable to edit your branch to fix it -- I pushed a fixed branch here

https://github.com/wesm/arrow/tree/rust_continuation

@maxburke
Copy link
Contributor Author

Right, sorry, fixed.

@kou
Copy link
Member

kou commented Mar 27, 2020

+1
CI is green. I'll merge this.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants