You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ARROW-1343: [Java] Aligning serialized schema, end of buffers in RecordBatches
Author: Emilio Lahr-Vivaz <elahrvivaz@ccri.com>
Author: Wes McKinney <wes.mckinney@twosigma.com>
Closes#954 from elahrvivaz/align_end and squashes the following commits:
79ac120 [Wes McKinney] Revert to NDEBUG because it's a standard define in release builds in MSVC
ae6bc9f [Wes McKinney] Use __declspec(noreturn) in MSVC. Not sure why this suddenly showed up
74b29cc [Wes McKinney] Add notes to IPC.md to make alignment contract more clear
e2f0114 [Wes McKinney] Add C++ DCHECKs on read path for aligned buffers, aligned file block offset, lengths
3d64c9f [Wes McKinney] Align stream schema message in C++, DCHECKs for FileBlocks
4778ee1 [Emilio Lahr-Vivaz] adding padding to magic bytes in file format
5342915 [Emilio Lahr-Vivaz] using asserts instead of padding checks, adding padding to ArrowRecordBatch.calculateBodySize, moving align to writeBufferBatches
a12b4ff [Emilio Lahr-Vivaz] comments
0b32265 [Emilio Lahr-Vivaz] aligning schema write
26bbc25 [Emilio Lahr-Vivaz] Merge branch 'ARROW-1340' into align_end
a307779 [Emilio Lahr-Vivaz] ARROW-1340: [Java] Fix NullableMapVector field metadata
b2bf86d [Emilio Lahr-Vivaz] WIP for aligning end of buffers
0 commit comments