From 0f05add3445a22adc23bcee742c5ffd404cecc8f Mon Sep 17 00:00:00 2001 From: Gabor Szarnyas Date: Wed, 27 Nov 2024 16:52:20 +0100 Subject: [PATCH] DuckDB dataframe: Pin DuckDB version --- duckdb-dataframe/benchmark.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duckdb-dataframe/benchmark.sh b/duckdb-dataframe/benchmark.sh index c53269004..12a7b4ca5 100755 --- a/duckdb-dataframe/benchmark.sh +++ b/duckdb-dataframe/benchmark.sh @@ -4,7 +4,7 @@ sudo apt-get update sudo apt-get install -y python3-pip -pip install --break-system-packages pandas duckdb +pip install --break-system-packages pandas duckdb==1.1.3 # Download the data wget --no-verbose --continue https://datasets.clickhouse.com/hits_compatible/athena/hits.parquet