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

Commit

Permalink
Merge pull request #38 from mccheah/revert-parquet-1435
Browse files Browse the repository at this point in the history
Revert "PARQUET-1435: Benchmark filtering column-indexes (apache#536)"
  • Loading branch information
mccheah authored Feb 14, 2019
2 parents 22a26ec + 977d000 commit 4d8e00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 436 deletions.
8 changes: 2 additions & 6 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.21</jmh.version>
<jmh.version>1.17.3</jmh.version>
<uberjar.name>parquet-benchmarks</uberjar.name>
</properties>

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

Expand Down
Loading

0 comments on commit 4d8e00c

Please sign in to comment.