pub fn pack_status_row(
    collection_id: GlobalId,
    status_name: &str,
    error: Option<&str>,
    hints: &BTreeSet<String>,
    namespaced_errors: &BTreeMap<String, &String>,
    ts: u64
) -> Row