requestDBVersion int64,
requestNextEventID int64, // TODO deprecate this variable once DB version comparison is the default
rowType, ok := conflictRecord["type"].(*int)
if !ok || rowType == nil {
// This can happen on ScyllaDB.
return nil
}
return nil
}