Skip to content

Commit d79775e

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

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
@@ -108,7 +108,7 @@ pub fn create_physical_expr(
108108
) -> Result<Arc<dyn PhysicalExpr>> {
109109
use datafusion_physical_expr_common::physical_expr::create_physical_expr as create_physical_expr_common;
110110

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

0 commit comments

Comments
 (0)