Skip to content

Commit 8898235

Browse files
committed
WIP: Remove commented lines
1 parent 11e1410 commit 8898235

File tree

1 file changed

+0
-12
lines changed
  • rust/cubestore/cubestore/src/queryplanner/topk

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,22 +1414,10 @@ mod tests {
14141414
let input_schema =
14151415
DFSchema::new_with_metadata(key_fields.iter().cloned().chain(input_agg_fields).collect(), HashMap::new())?;
14161416

1417-
// TODO upgrade DF: Commented lines
14181417
let ctx = SessionStateBuilder::new()
1419-
// .with_config(config)
1420-
// .with_runtime_env(runtime)
1421-
// .with_catalog_list(MemoryCatalogProviderList::new())
14221418
.with_default_features()
14231419
.build();
14241420

1425-
// let ctx = ExecutionContextState {
1426-
// catalog_list: Arc::new(MemoryCatalogList::new()),
1427-
// scalar_functions: Default::default(),
1428-
// var_provider: Default::default(),
1429-
// aggregate_functions: Default::default(),
1430-
// config: ExecutionConfig::new(),
1431-
// execution_props: ExecutionProps::new(),
1432-
// };
14331421
let agg_functions = aggs
14341422
.iter()
14351423
.enumerate()

0 commit comments

Comments
 (0)