Skip to content

Commit d9a1be4

Browse files
committed
Update to latest version
1 parent b89f139 commit d9a1be4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

daft-parquet/benchmark.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sudo apt-get update
1616
sudo apt-get install -y python3-pip
1717
pip install --break-system-packages pandas
1818
pip install --break-system-packages packaging
19-
pip install --break-system-packages daft==0.4.9
19+
pip install --break-system-packages daft==0.4.13
2020

2121
# Use for Daft (Parquet, partitioned)
2222
seq 0 99 | xargs -P100 -I{} bash -c 'wget --continue https://datasets.clickhouse.com/hits_compatible/athena_partitioned/hits_{}.parquet'
@@ -28,4 +28,4 @@ wget --continue https://datasets.clickhouse.com/hits_compatible/athena/hits.parq
2828
for mode in partitioned single; do
2929
echo "Running $mode mode..."
3030
./run.sh $machine_name $mode 2>&1 | tee "daft_log_${mode}.txt"
31-
done
31+
done

0 commit comments

Comments
 (0)