We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a217b commit e8d0596Copy full SHA for e8d0596
parquet-format-structures/pom.xml
@@ -156,7 +156,7 @@
156
<dependency>
157
<groupId>org.apache.thrift</groupId>
158
<artifactId>libthrift</artifactId>
159
- <version>${thrift.version}</version>
+ <version>${format.thrift.version}</version>
160
</dependency>
161
</dependencies>
162
pom.xml
@@ -93,6 +93,7 @@
93
<pig.classifier>h2</pig.classifier>
94
<thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
95
<thrift.version>0.12.0</thrift.version>
96
+ <format.thrift.version>0.12.0</format.thrift.version>
97
<fastutil.version>7.0.13</fastutil.version>
98
<semver.api.version>0.9.33</semver.api.version>
99
<slf4j.version>1.7.22</slf4j.version>
0 commit comments