Skip to content

Commit 3e35efd

Browse files
committed
GH-3451. Add a JMH benchmark for variants
Initial impl.
1 parent 64c35db commit 3e35efd

2 files changed

Lines changed: 554 additions & 0 deletions

File tree

parquet-benchmarks/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
<artifactId>parquet-common</artifactId>
5353
<version>${project.version}</version>
5454
</dependency>
55+
<dependency>
56+
<groupId>org.apache.parquet</groupId>
57+
<artifactId>parquet-variant</artifactId>
58+
<version>${project.version}</version>
59+
</dependency>
5560
<dependency>
5661
<groupId>org.apache.hadoop</groupId>
5762
<artifactId>hadoop-client</artifactId>

0 commit comments

Comments
 (0)