Skip to content

Commit

Permalink
Update pkg/filter/sql_event_filter.go
Browse files Browse the repository at this point in the history
Co-authored-by: kennytm <[email protected]>
  • Loading branch information
2 people authored and ti-chi-bot committed Jan 3, 2025
1 parent 608140f commit 6baa7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/filter/sql_event_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (f *sqlEventFilter) shouldSkipDDL(ddl *model.DDLEvent) (skip bool, err erro
log.Warn("sql event filter doesn't find old table info when the event type is `rename table`",
zap.String("schema", schema),
zap.String("table", table),
zap.String("type", ddl.Type.String()),
zap.Stringer("type", ddl.Type),
zap.String("query", ddl.Query))
return true, cerror.ErrTableIneligible.GenWithStackByArgs(ddl.TableInfo.TableName)
}
Expand Down

0 comments on commit 6baa7dd

Please sign in to comment.