Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandandan committed Sep 28, 2023
1 parent 3ab0997 commit a44f638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/optimizer/src/push_down_projection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ mod tests {

let expected = "\
Projection: Int32(1) AS a\
\n TableScan: test projection=[a], full_filters==[b = Int32(1)]";
\n TableScan: test projection=[a], full_filters=[b = Int32(1)]";

assert_optimized_plan_eq(&plan, expected)
}
Expand Down

0 comments on commit a44f638

Please sign in to comment.