We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82732f commit 5aea493Copy full SHA for 5aea493
tpcds/Dockerfile
@@ -5,7 +5,7 @@ RUN apt update && apt install -y zip gcc make flex bison byacc git
5
# TPC-DS generator
6
COPY tpc-ds-tool.zip .
7
RUN unzip tpc-ds-tool.zip
8
-WORKDIR /DSGen-software-code-3.2.0rc1/tools
+WORKDIR /DSGen-software-code-4.0.0/tools
9
10
# Fix bad UTF-8 char
11
RUN iconv -f ISO-8859-14 -t UTF-8 tpcds.dst > tpcds.dst2
@@ -17,4 +17,4 @@ RUN make
17
# tpctools crate
18
RUN cargo install tpctools
19
20
-ADD gen.sh .
+ADD gen.sh .
0 commit comments