Skip to content

Commit cbf661c

Browse files
committed
rm default event handler
1 parent e7499e6 commit cbf661c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

flow/connectors/mysql/cdc.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,6 @@ func (c *MySqlConnector) PullRecords(
818818
e := exceptions.NewMySQLUnsupportedBinlogRowValueOptionsError(string(ev.Table.Schema), string(ev.Table.Table))
819819
c.logger.Error(e.Error())
820820
return e
821-
default:
822-
return fmt.Errorf("unhandled mysql rows event type: %s", event.Header.EventType)
823821
}
824822
}
825823
if event.Header.Timestamp > 0 {

0 commit comments

Comments
 (0)