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-835: Read Arrow columns in parallel with thread pool
Also implements PARQUET-836, but need to add a unit test for that Author: Wes McKinney <wes.mckinney@twosigma.com> Closes apache#222 from wesm/PARQUET-835 and squashes the following commits: 71c700e [Wes McKinney] Add missing include. Update Arrow version 638b4c0 [Wes McKinney] cpplint 7c79ca7 [Wes McKinney] Read Arrow columns in parallel with thread pool Change-Id: I073f3fa2e49384f706597a343688db04e04843e4
- Loading branch information
Showing
5 changed files
with
163 additions
and
11 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