-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-387: [C++] Verify zero-copy Buffer slices from BufferReader ret…
…ain reference to parent Buffer This is stacked on top of the patch for ARROW-294, will rebase. Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #266 from wesm/ARROW-387 and squashes the following commits: 061ef8b [Wes McKinney] Verify BufferReader passes on ownership of parent buffer to zero-copy slices 42a83a4 [Wes McKinney] Remove duplicated includes 3928ab0 [Wes McKinney] Base MemoryMappedFile implementation on common OSFile interface. Add test case for ARROW-340.
- Loading branch information
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters