Skip to content

Commit

Permalink
DuckDB Parquet: Pin DuckDB version
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 27, 2024
1 parent 2e17a31 commit 7fee2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb-parquet/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

sudo apt-get update
sudo apt-get install -y python3-pip
pip install --break-system-packages duckdb psutil
pip install --break-system-packages duckdb==1.1.3 psutil

# Load the data
seq 0 99 | xargs -P100 -I{} bash -c 'wget --no-verbose --continue https://datasets.clickhouse.com/hits_compatible/athena_partitioned/hits_{}.parquet'
Expand Down

0 comments on commit 7fee2f5

Please sign in to comment.