[
https://issues.apache.org/jira/browse/PARQUET-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979084#comment-16979084
]
Or Ozeri commented on PARQUET-1692:
-----------------------------------
Another issue is that the RPMs built for centos7 require thrift-devel which
adds a dependency on an old version of thrift (0.9.1).
This is evident in arrow.spec.in:
%define have_thrift (%\{_centos_ver} == 7)
%if %\{have_thrift}
BuildRequires: thrift-devel
%endif
Why do we need this? Can we remove this dependency?
> [C++] LogicalType::FromThrift error on Centos 7 RPM
> ---------------------------------------------------
>
> Key: PARQUET-1692
> URL: https://issues.apache.org/jira/browse/PARQUET-1692
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Reporter: Or Ozeri
> Priority: Major
> Attachments: Dockerfile, runner.sh, test.cpp
>
>
> When using FileMetaDataBuilder with a PrimitiveNode with converted type
> INT_64, we get the following exception message:
> "Metadata contains Thrift LogicalType that is not recognized"
>
> This happens when using the Centos 7 RPMs.
>
> See attached Dockerfile which reproduces the bug.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)