try {
exchange.getValue().directGet(store.getRowDataValueCoder(), rowData, RowData.class, null);
}
catch (CorruptRowDataException ex) {
LOG.error("Corrupt RowData at key {}: {}", exchange.getKey(), ex.getMessage());
throw new RowDataCorruptionException(exchange.getKey());
}
}