Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
huaxingao committed Aug 14, 2024
1 parent 2f7e3d5 commit 3193a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/core/src/execution/datafusion/planner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,6 @@ impl PhysicalPlanner {

let child = if datatype != arrow_type {
Arc::new(CastExpr::new(child, arrow_type.clone(), None))

} else {
child
};
Expand Down

0 comments on commit 3193a1d

Please sign in to comment.