Skip to content

Commit 5aea493

Browse files
author
Liang-Chi Hsieh
committed
Update tpcds tools to tpc-ds-tool
1 parent e82732f commit 5aea493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tpcds/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt update && apt install -y zip gcc make flex bison byacc git
55
# TPC-DS generator
66
COPY tpc-ds-tool.zip .
77
RUN unzip tpc-ds-tool.zip
8-
WORKDIR /DSGen-software-code-3.2.0rc1/tools
8+
WORKDIR /DSGen-software-code-4.0.0/tools
99

1010
# Fix bad UTF-8 char
1111
RUN iconv -f ISO-8859-14 -t UTF-8 tpcds.dst > tpcds.dst2
@@ -17,4 +17,4 @@ RUN make
1717
# tpctools crate
1818
RUN cargo install tpctools
1919

20-
ADD gen.sh .
20+
ADD gen.sh .

0 commit comments

Comments
 (0)