Zoltan Ivanfi created PARQUET-1049:
--------------------------------------
Summary: Make thrift version a property in pom.xml
Key: PARQUET-1049
URL: https://issues.apache.org/jira/browse/PARQUET-1049
Project: Parquet
Issue Type: Improvement
Components: parquet-format
Reporter: Zoltan Ivanfi
Assignee: Zoltan Ivanfi
Priority: Minor
In parquet-mr, the version of the thrift dependency is controlled by a property
and can be overridden from the command line, for example `mvn clean verify
-Dthrift.version=0.9.0`.
In parquet-format, however, the version number of thrift is hard-coded in the
pom.xml and a different version can only be used by modifying pom.xml itself.
The thrift version should be a property in Parquet-format as well.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)