Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Feb 18, 2024
1 parent 38d664e commit 4c644fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/connector/src/parser/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ pub fn postgres_row_to_owned_row(row: tokio_postgres::Row, schema: &Schema) -> O
Err(err) => {
if let Ok(sc) = LOG_SUPPERSSER.check() {
tracing::error!(
"parse uuid column \"{}\" fail: {} ({} suppressed)",
name,
err,
sc
suppressed_count = sc,
column_name = name,
error = %err.as_report(),
"parse uuid column failed",
);
}
None
Expand Down

0 comments on commit 4c644fa

Please sign in to comment.