-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-6329: [Format] Add a padding for Flatbuffer alignment, use 8-byte EOS #4951
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4951 +/- ##
==========================================
- Coverage 87.33% 64.74% -22.6%
==========================================
Files 895 491 -404
Lines 119946 65572 -54374
Branches 1418 0 -1418
==========================================
- Hits 104751 42452 -62299
- Misses 14833 23120 +8287
+ Partials 362 0 -362
Continue to review full report at Codecov.
|
pitrou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a suggestion.
docs/source/format/IPC.rst
Outdated
| @@ -24,13 +24,16 @@ Encapsulated message format | |||
| Data components in the stream and file formats are represented as encapsulated | |||
| *messages* consisting of: | |||
|
|
|||
| * A 32-bit continuation indicator (0xFFFFFFFF). This allows flatbuffer bytes | |||
| to begin on an 8-byte boundary. This was added as of release 0.15.0. | |||
| * A length prefix indicating the metadata size | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to "A 32-bit length prefix"?
(also, where is endianness documented?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed. Also clarified it is little endian.
|
I added some additional clarification. I'm going to start a vote on the mailing list |
Based on discussion on the mailing list.