cornelldbgroup / skinnerdb

SkinnerDB is an analytical database management system. It uses adaptive processing and reinforcement learning to find near-optimal join orders.
https://cornelldbgroup.github.io/skinnerdb/
47 stars 7 forks source link

Got rid of binary files from repo, fixed maven config #1

Closed ankushrayabhari closed 4 years ago

ankushrayabhari commented 4 years ago

Several of the commits included .class files which made it difficult to understand what source changes were being made. While setting up the codebase on my computer, I fixed this.

I updated the maven pom.xml to contain a dependency on JUnit (so we don't need to include the jar in the repo). I also updated mvn package to generate the CreateDb, BenchAndVerify and Skinner console JARs.