Skip to content

Commit

Permalink
chore: update log
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag authored Oct 24, 2023
1 parent ca9a282 commit 8d973dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/table/src/predicate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ impl Predicate {
let physical_exprs = match self.to_physical_exprs(schema) {
Ok(expr) => expr,
Err(e) => {
warn!(e; "Failed to build physical expr from predicates: {:?}, error", &self.exprs);
warn!(e; "Failed to build physical expr from predicates: {:?}", &self.exprs);
return res;
}
};
Expand Down

0 comments on commit 8d973dc

Please sign in to comment.