Skip to content

Commit bc3768f

Browse files
committed
remove println
1 parent a970329 commit bc3768f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datafusion/sql/src/statement.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,6 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
955955
});
956956
// TODO: support multiple tables in UPDATE SET FROM
957957
if froms.as_ref().is_some_and(|f| f.len() > 1) {
958-
println!("---------------------------------------------");
959958
plan_err!("Multiple tables in UPDATE SET FROM not yet supported")?;
960959
}
961960
let update_from = froms.and_then(|mut f| f.pop());

0 commit comments

Comments
 (0)