Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Revert "Revert "PARQUET-1435: Benchmark filtering column-indexes (apa…
Browse files Browse the repository at this point in the history
…che#536)""

This reverts commit 977d000.
  • Loading branch information
yifeih committed Mar 13, 2019
1 parent 4d8e00c commit 5acfd32
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 2 deletions.
8 changes: 6 additions & 2 deletions parquet-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<url>https://parquet.apache.org</url>

<properties>
<jmh.version>1.17.3</jmh.version>
<jmh.version>1.21</jmh.version>
<uberjar.name>parquet-benchmarks</uberjar.name>
</properties>

Expand Down Expand Up @@ -73,7 +73,11 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>it.unimi.dsi</groupId>
<artifactId>fastutil</artifactId>
<version>${fastutil.version}</version>
</dependency>
</dependencies>

Expand Down
Loading

0 comments on commit 5acfd32

Please sign in to comment.