Skip to content

Commit 5a274a6

Browse files
authored
Add tpcds-100 downloader (#5100)
1 parent 98bc0d7 commit 5a274a6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/env bash
2+
set -eux
3+
if [ ! -d tpc/ds/100 ]; then
4+
mkdir -p tpc/ds/100
5+
fi
6+
7+
b=`pwd`
8+
cd tpc/ds/100
9+
10+
base=https://storage.yandexcloud.net/tpc/ds/s100/parquet
11+
12+
source $b/download_lib.sh
13+
source $b/download_tpcds_tables.sh
14+

0 commit comments

Comments
 (0)