alamb commented on code in PR #8665:
URL: https://github.com/apache/arrow-datafusion/pull/8665#discussion_r1438610687
##########
datafusion/core/benches/sql_planner.rs:
##########
@@ -115,6 +223,54 @@ fn criterion_benchmark(c: &mut Criterion) {
)
})
});
+
+ let q1_sql =
std::fs::read_to_string("../../benchmarks/queries/q1.sql").unwrap();
+ let q2_sql =
std::fs::read_to_string("../../benchmarks/queries/q2.sql").unwrap();
+ let q3_sql =
std::fs::read_to_string("../../benchmarks/queries/q3.sql").unwrap();
+ let q4_sql =
std::fs::read_to_string("../../benchmarks/queries/q4.sql").unwrap();
+ let q5_sql =
std::fs::read_to_string("../../benchmarks/queries/q5.sql").unwrap();
+ let q6_sql =
std::fs::read_to_string("../../benchmarks/queries/q6.sql").unwrap();
+ let q7_sql =
std::fs::read_to_string("../../benchmarks/queries/q7.sql").unwrap();
+ let q8_sql =
std::fs::read_to_string("../../benchmarks/queries/q8.sql").unwrap();
+ let q9_sql =
std::fs::read_to_string("../../benchmarks/queries/q9.sql").unwrap();
+ let q10_sql =
std::fs::read_to_string("../../benchmarks/queries/q10.sql").unwrap();
+ let q11_sql =
std::fs::read_to_string("../../benchmarks/queries/q11.sql").unwrap();
+ let q12_sql =
std::fs::read_to_string("../../benchmarks/queries/q12.sql").unwrap();
+ let q13_sql =
std::fs::read_to_string("../../benchmarks/queries/q13.sql").unwrap();
+ let q14_sql =
std::fs::read_to_string("../../benchmarks/queries/q14.sql").unwrap();
+ // let q15_sql =
std::fs::read_to_string("../../benchmarks/queries/q15.sql").unwrap();
Review Comment:
it might be good in a follow on PR to note why this query is commented out.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]