Skip to content

Commit

Permalink
➕ Add SQL queries as submodule (hyrise#1704)
Browse files Browse the repository at this point in the history
 This PR adds the queries for verification against TPC-DS's standard answer set.
  • Loading branch information
Jonathan Janetzki authored and mrks committed Jun 7, 2019
1 parent 260e92b commit 9a21a7a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@
[submodule "third_party/jemalloc"]
path = third_party/jemalloc
url = https://github.com/jemalloc/jemalloc.git
[submodule "third_party/tpcds-result-reproduction"]
path = third_party/tpcds-result-reproduction
url = https://github.com/cwida/tpcds-result-reproduction.git
1 change: 1 addition & 0 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@
- cqf (https://github.com/ArneMayer/cqf)
- jemalloc (https://github.com/jemalloc/jemalloc)
- zstd (https://github.com/facebook/zstd)
- tpcds-result-reproduction (https://github.com/cwida/tpcds-result-reproduction.git)
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ include_directories(
${PROJECT_SOURCE_DIR}/third_party/json
${PROJECT_SOURCE_DIR}/third_party/lz4
${PROJECT_SOURCE_DIR}/third_party/zstd
${PROJECT_SOURCE_DIR}/third_party/tpcds-result-reproduction
)

if (${ENABLE_JIT_SUPPORT})
Expand Down
1 change: 1 addition & 0 deletions third_party/tpcds-result-reproduction

0 comments on commit 9a21a7a

Please sign in to comment.