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 e17412f commit 6908732Copy full SHA for 6908732
datafusion/physical-expr/src/planner.rs
@@ -111,7 +111,7 @@ pub fn create_physical_expr(
111
) -> Result<Arc<dyn PhysicalExpr>> {
112
use datafusion_physical_expr_common::physical_expr::create_physical_expr as create_physical_expr_common;
113
114
- // Temporary solution, after all the logic is moved to common, we can remove this function
+ // PR #10074: Temporary solution, after all the logic is moved to common, we can remove this function
115
let res = create_physical_expr_common(e, input_dfschema, execution_props);
116
if res.is_ok() {
117
return res;
0 commit comments