forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-827: Account for arrow::MemoryPool API change and fix bug in …
…reading Int96 timestamps Prior to ARROW-427, the "length()" field was not being properly checked in the implementation of `PrimitiveArray::Equals`. Author: Wes McKinney <wes.mckinney@twosigma.com> Closes apache#215 from wesm/PARQUET-825 and squashes the following commits: afa41f9 [Wes McKinney] Do not build arrow_jemalloc in arrow external project ff9f22e [Wes McKinney] cpplint, clang-format 802b325 [Wes McKinney] Update Arrow version 5f155b6 [Wes McKinney] Fix bug exposed by accidental bug fix in ARROW-427 a3c75bb [Wes McKinney] Implement TrackingAllocator based on Arrow default allocator
- Loading branch information
Showing
5 changed files
with
41 additions
and
43 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
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