Skip to content

Commit da76832

Browse files
committed
update
1 parent c2e7c33 commit da76832

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/physical-plan/src/aggregates/topk_stream.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
2020
use crate::aggregates::group_values::GroupByMetrics;
2121
use crate::aggregates::topk::priority_map::PriorityMap;
22+
#[cfg(debug_assertions)]
2223
use crate::aggregates::topk_types_supported;
2324
use crate::aggregates::{
2425
AggregateExec, PhysicalGroupBy, aggregate_expressions, evaluate_group_by,

0 commit comments

Comments
 (0)