We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89f139 commit d9a1be4Copy full SHA for d9a1be4
1 file changed
daft-parquet/benchmark.sh
@@ -16,7 +16,7 @@ sudo apt-get update
16
sudo apt-get install -y python3-pip
17
pip install --break-system-packages pandas
18
pip install --break-system-packages packaging
19
-pip install --break-system-packages daft==0.4.9
+pip install --break-system-packages daft==0.4.13
20
21
# Use for Daft (Parquet, partitioned)
22
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
28
for mode in partitioned single; do
29
echo "Running $mode mode..."
30
./run.sh $machine_name $mode 2>&1 | tee "daft_log_${mode}.txt"
31
-done
+done
0 commit comments