[ 
https://issues.apache.org/jira/browse/PARQUET-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16639687#comment-16639687
 ] 

ASF GitHub Bot commented on PARQUET-1433:
-----------------------------------------

zivanfi closed pull request #111: PARQUET-1433: Parquet-format doesn't compile 
with Thrift 0.10.0
URL: https://github.com/apache/parquet-format/pull/111
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index 0b0c1141..f76e68bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,15 +88,16 @@
     <shade.prefix>shaded.parquet</shade.prefix>
     <thrift.executable>thrift</thrift.executable>
     <thrift.version>0.9.3</thrift.version>
+    <thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
   </properties>
 
   <build>
     <plugins>
       <!-- thrift -->
       <plugin>
-        <groupId>org.apache.thrift.tools</groupId>
-        <artifactId>maven-thrift-plugin</artifactId>
-        <version>0.1.11</version>
+        <groupId>org.apache.thrift</groupId>
+        <artifactId>thrift-maven-plugin</artifactId>
+        <version>${thrift-maven-plugin.version}</version>
         <configuration>
           <thriftSourceRoot>src/main/thrift</thriftSourceRoot>
           <thriftExecutable>${thrift.executable}</thriftExecutable>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Parquet-format doesn't compile with Thrift 0.10.0
> -------------------------------------------------
>
>                 Key: PARQUET-1433
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1433
>             Project: Parquet
>          Issue Type: Task
>          Components: parquet-format
>            Reporter: Nandor Kollar
>            Assignee: Nandor Kollar
>            Priority: Major
>              Labels: pull-request-available
>
> Compilation of parquet-formatĀ fails with Thrift 0.10.0:
> [ERROR] thrift failed error: [FAILURE:generation:1] Error: unknown
> option java:hashcode



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to