This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 9fbcf23b8e Fixed Issue #13896 (#13903)
9fbcf23b8e is described below
commit 9fbcf23b8edaed41d5e73cf9abe3420477fb551b
Author: Spaarsh <[email protected]>
AuthorDate: Wed Dec 25 17:54:12 2024 +0530
Fixed Issue #13896 (#13903)
The URL to the external website was returning a 404. Presuming recent
changes in the external website's structure, the required data has been moved
to a different URL. The commit ensures the new URL is used.
---
benchmarks/bench.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/benchmarks/bench.sh b/benchmarks/bench.sh
index b02bfee245..bc44e24dfe 100755
--- a/benchmarks/bench.sh
+++ b/benchmarks/bench.sh
@@ -456,11 +456,11 @@ run_clickbench_extended() {
}
# Downloads the csv.gz files IMDB datasets from Peter Boncz's homepage(one of
the JOB paper authors)
-# http://homepages.cwi.nl/~boncz/job/imdb.tgz
+# https://event.cwi.nl/da/job/imdb.tgz
data_imdb() {
local imdb_dir="${DATA_DIR}/imdb"
local imdb_temp_gz="${imdb_dir}/imdb.tgz"
- local imdb_url="https://homepages.cwi.nl/~boncz/job/imdb.tgz"
+ local imdb_url="https://event.cwi.nl/da/job/imdb.tgz"
# imdb has 21 files, we just separate them into 3 groups for better
readability
local first_required_files=(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]