Skip to content

NPE thrown if connecting to bin log at 'mutation' event #60

Closed
@JohnFirth

Description

@JohnFirth

In AbstractRowsEventDataDeserializer.deserializeRow(),
TableMapEventData tableMapEvent = tableMapEventByTableId.get(tableId) returns null if no table map events have preceded the mutation event (DeleteRowsEvent, UpdateRowsEvent, WriteRowsEvent) in question; this leads to an NPE from byte[] types = tableMapEvent.getColumnTypes();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions