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-446: Hide Thrift compiled headers and Boost from public API, …
…#include scrubbing This is the completion of work I started in PARQUET-442. This also resolves PARQUET-277 as no boost headers are included in the public API anymore. I've done some scrubbing of #includes using Google's Clang-based include-what-you-use tool. PARQUET-522 can also be resolved when this is merged. Author: Wes McKinney <[email protected]> Closes apache#49 from wesm/PARQUET-446 and squashes the following commits: e805a0c [Wes McKinney] Use int64_t for scanner batch sizes 503b1c1 [Wes McKinney] Fix mixed-up include guard names 4c02d2b [Wes McKinney] Refactor monolithic encodings/encodings.h 9e28fc3 [Wes McKinney] Finished IWYU path. Some imported impala code left unchanged for now 6d4af8e [Wes McKinney] Some initial IWYU 5be40d6 [Wes McKinney] Remove outdated TODO 2e39062 [Wes McKinney] Remove any boost #include dependencies 07059ca [Wes McKinney] Remove serialized-page.* files, move serialized-page-test to parquet/file 9458b36 [Wes McKinney] Add more headers to parquet.h public API b4b0412 [Wes McKinney] Remove Thrift compiled headers from public API and general use outside of deserialized-related internal headers and code paths. Add unit test to enforce this Change-Id: Ib12b600cf6318e9da514b39fd8db2225bd6c9e09
- Loading branch information
1 parent
7c6e60d
commit 52fe079
Showing
53 changed files
with
753 additions
and
597 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
Oops, something went wrong.