We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dd47e commit a4ddff5Copy full SHA for a4ddff5
datafusion/src/physical_plan/planner.rs
@@ -345,7 +345,7 @@ impl DefaultPhysicalPlanner {
345
extension_planners.insert(1, Arc::new(CrossJoinPlanner {}));
346
extension_planners.insert(2, Arc::new(CrossJoinAggPlanner {}));
347
extension_planners.insert(3, Arc::new(crate::cube_ext::rolling::Planner {}));
348
- Self { extension_planners }
+ Self { should_evaluate_constants: true, extension_planners }
349
}
350
351
/// Create a physical plan from a logical plan
0 commit comments