[GitHub] [arrow] alamb commented on a change in pull request #7975: ARROW-9758: [Rust] [DataFusion] Allow physical planner to be replaced

2020-08-17 Thread GitBox
alamb commented on a change in pull request #7975: URL: https://github.com/apache/arrow/pull/7975#discussion_r471437170 ## File path: rust/datafusion/src/execution/context.rs ## @@ -373,363 +355,12 @@ impl ExecutionContext { pub fn create_physical_plan( ,

[GitHub] [arrow] alamb commented on a change in pull request #7975: ARROW-9758: [Rust] [DataFusion] Allow physical planner to be replaced

2020-08-17 Thread GitBox
alamb commented on a change in pull request #7975: URL: https://github.com/apache/arrow/pull/7975#discussion_r471433074 ## File path: rust/datafusion/src/execution/context.rs ## @@ -1452,11 +1109,34 @@ mod tests { Ok(()) } +#[test] +fn