We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6dacf commit d79775eCopy full SHA for d79775e
datafusion/physical-expr/src/planner.rs
@@ -108,7 +108,7 @@ pub fn create_physical_expr(
108
) -> Result<Arc<dyn PhysicalExpr>> {
109
use datafusion_physical_expr_common::physical_expr::create_physical_expr as create_physical_expr_common;
110
111
- // 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
112
let res = create_physical_expr_common(e, input_dfschema, execution_props);
113
if res.is_ok() {
114
return res;
0 commit comments