We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04343a9 commit 1192bbdCopy full SHA for 1192bbd
datafusion/core/benches/sql_planner.rs
@@ -477,9 +477,6 @@ fn criterion_benchmark(c: &mut Criterion) {
477
};
478
479
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)
483
.map(|q| std::fs::read_to_string(format!("{tests_path}tpc-ds/{q}.sql")).unwrap())
484
.collect::<Vec<_>>();
485
0 commit comments