Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <jayzhan211@gmail.com>
  • Loading branch information
jayzhan211 committed Apr 22, 2024
1 parent 5a6dacf commit d79775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-expr/src/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub fn create_physical_expr(
) -> Result<Arc<dyn PhysicalExpr>> {
use datafusion_physical_expr_common::physical_expr::create_physical_expr as create_physical_expr_common;

// 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
let res = create_physical_expr_common(e, input_dfschema, execution_props);
if res.is_ok() {
return res;
Expand Down

0 comments on commit d79775e

Please sign in to comment.