Skip to content

Commit

Permalink
Trigger CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrebnov committed Oct 27, 2024
1 parent f7ed4b9 commit 01e04af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sql/src/unparser/plan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ impl Unparser<'_> {
})
})
.transpose();

if let Some(filter) = filter_expr? {
builder = builder.filter(filter)?;
}
Expand Down

0 comments on commit 01e04af

Please sign in to comment.