Skip to content

Commit 1192bbd

Browse files
committed
Revert "Disable failing benchmark query (apache#17809)"
This reverts commit 5cc0be5.
1 parent 04343a9 commit 1192bbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

datafusion/core/benches/sql_planner.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,6 @@ fn criterion_benchmark(c: &mut Criterion) {
477477
};
478478

479479
let raw_tpcds_sql_queries = (1..100)
480-
// skip query 75 until it is fixed
481-
// https://github.com/apache/datafusion/issues/17801
482-
.filter(|q| *q != 75)
483480
.map(|q| std::fs::read_to_string(format!("{tests_path}tpc-ds/{q}.sql")).unwrap())
484481
.collect::<Vec<_>>();
485482

0 commit comments

Comments
 (0)