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 71eefa7 commit c36e781Copy full SHA for c36e781
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