We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe2849 commit 30a3521Copy full SHA for 30a3521
datafusion/core/benches/distinct_query_sql.rs
@@ -119,9 +119,8 @@ async fn distinct_with_limit(
119
}
120
121
fn run(rt: &Runtime, plan: Arc<dyn ExecutionPlan>, ctx: Arc<TaskContext>) {
122
- criterion::black_box(
123
- rt.block_on(distinct_with_limit(plan.clone(), ctx.clone()))
124
- ).unwrap();
+ criterion::black_box(rt.block_on(distinct_with_limit(plan.clone(), ctx.clone())))
+ .unwrap();
125
126
127
pub async fn create_context_sampled_data(
0 commit comments