File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
rust/cubestore/cubestore/src/queryplanner/topk Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments