We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c35db commit 3e35efdCopy full SHA for 3e35efd
2 files changed
parquet-benchmarks/pom.xml
@@ -52,6 +52,11 @@
52
<artifactId>parquet-common</artifactId>
53
<version>${project.version}</version>
54
</dependency>
55
+ <dependency>
56
+ <groupId>org.apache.parquet</groupId>
57
+ <artifactId>parquet-variant</artifactId>
58
+ <version>${project.version}</version>
59
+ </dependency>
60
<dependency>
61
<groupId>org.apache.hadoop</groupId>
62
<artifactId>hadoop-client</artifactId>
0 commit comments