Skip to content

Commit 32f94e4

Browse files
authored
Merge 37efb9f into df9ee81
2 parents df9ee81 + 37efb9f commit 32f94e4

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/10 ]; then
4+
mkdir -p tpc/ds/10
5+
fi
6+
7+
b=`pwd`
8+
cd tpc/ds/10
9+
10+
base=https://storage.yandexcloud.net/tpc/ds/s10/parquet
11+
12+
source $b/download_lib.sh
13+
source $b/download_tpcds_tables.sh
14+

0 commit comments

Comments
 (0)