You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: