Skip to content

Commit 6908732

Browse files
committed
add link
Signed-off-by: jayzhan211 <[email protected]>
1 parent e17412f commit 6908732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr/src/planner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ pub fn create_physical_expr(
111111
) -> Result<Arc<dyn PhysicalExpr>> {
112112
use datafusion_physical_expr_common::physical_expr::create_physical_expr as create_physical_expr_common;
113113

114-
// Temporary solution, after all the logic is moved to common, we can remove this function
114+
// PR #10074: Temporary solution, after all the logic is moved to common, we can remove this function
115115
let res = create_physical_expr_common(e, input_dfschema, execution_props);
116116
if res.is_ok() {
117117
return res;

0 commit comments

Comments
 (0)