Closed
Description
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
Labels
No labels