Skip to content

Commit cf2b2d9

Browse files
committed
WIP: Re-uncommented
1 parent b51e48c commit cf2b2d9

File tree

1 file changed

+1
-2
lines changed
  • rust/cubestore/cubestore/src/queryplanner/topk

1 file changed

+1
-2
lines changed

rust/cubestore/cubestore/src/queryplanner/topk/execute.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ impl AggregateTopKExec {
117117
agg_descr
118118
}
119119

120-
// TODO upgrade DF: Re-uncomment
121-
// #[cfg(test)]
120+
#[cfg(test)]
122121
fn change_order(&mut self, order_by: Vec<SortColumn>) {
123122
self.agg_descr = Self::compute_descr(
124123
&self.agg_expr,

0 commit comments

Comments
 (0)