forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-1692: [C++] LogicalType::FromThrift error on Centos 7 RPM
See details here: https://issues.apache.org/jira/browse/PARQUET-1692 Closes apache#5900 from orozery/require-thrift-10 and squashes the following commits: 1d9b1ea <Or Ozeri> fix 9cb961c <Or Ozeri> post-review ee3ff09 <Or Ozeri> remove thrift dependency from RPMs b8df2db <Or Ozeri> require thrift version 0.10.0 Authored-by: Or Ozeri <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information
Showing
5 changed files
with
12 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,5 @@ RUN \ | |
rpmdevtools \ | ||
snappy-devel \ | ||
tar \ | ||
thrift-devel \ | ||
zlib-devel && \ | ||
yum clean ${quiet} all |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,5 @@ RUN \ | |
rpmdevtools \ | ||
snappy-devel \ | ||
tar \ | ||
# thrift-devel \ | ||
zlib-devel && \ | ||
dnf clean ${quiet} all |