Skip to content

ARROW-8225: [Rust] Rust Arrow IPC reader must respect continuation markers.#6724

Closed
maxburke wants to merge 7 commits into
apache:masterfrom
urbanlogiq:rust_continuation
Closed

ARROW-8225: [Rust] Rust Arrow IPC reader must respect continuation markers.#6724
maxburke wants to merge 7 commits into
apache:masterfrom
urbanlogiq:rust_continuation

Conversation

@maxburke

Copy link
Copy Markdown
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
Copy Markdown

@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

@paddyhoran paddyhoran left a comment

Copy link
Copy Markdown
Contributor

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
Copy Markdown
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
Copy Markdown
Contributor

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

@maxburke

Copy link
Copy Markdown
Contributor Author

@paddyhoran All clear!

@wesm

wesm commented Mar 26, 2020

Copy link
Copy Markdown
Member

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
Copy Markdown
Contributor Author

Right, sorry, fixed.

@kou

kou commented Mar 27, 2020

Copy link
Copy Markdown
Member

+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