Skip to content

Commit e8d0596

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

parquet-format-structures/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

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)