Skip to content

Commit 8755b9f

Browse files
author
Fokko Driesprong
committed
[PARQUET-1507] Bump Apache Thrift to 0.12.0
1 parent f3a217b commit 8755b9f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

parquet-format-structures/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<plugin>
7171
<groupId>org.apache.thrift</groupId>
7272
<artifactId>thrift-maven-plugin</artifactId>
73-
<version>${thrift-maven-plugin.version}</version>
73+
<version>${thrift-maven-plugin.version}</version>
7474
<configuration>
7575
<thriftSourceRoot>${parquet.thrift.path}</thriftSourceRoot>
7676
<thriftExecutable>${format.thrift.executable}</thriftExecutable>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>org.apache.thrift</groupId>
158158
<artifactId>libthrift</artifactId>
159-
<version>${thrift.version}</version>
159+
<version>${format.thrift.version}</version>
160160
</dependency>
161161
</dependencies>
162162

parquet-protobuf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.apache.thrift</groupId>
9292
<artifactId>libthrift</artifactId>
93-
<version>${thrift.version}</version>
93+
<version>${format.thrift.version}</version>
9494
</dependency>
9595
</dependencies>
9696
</dependencyManagement>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
<pig.classifier>h2</pig.classifier>
9494
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
9595
<thrift.version>0.12.0</thrift.version>
96+
<format.thrift.version>0.12.0</format.thrift.version>
9697
<fastutil.version>7.0.13</fastutil.version>
9798
<semver.api.version>0.9.33</semver.api.version>
9899
<slf4j.version>1.7.22</slf4j.version>

0 commit comments

Comments
 (0)