This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Change DataType::Union
to enable round trips in IPC
#281
Labels
Change from
DataType::Union(Vec<Field>)
toDataType::Union(Vec<Field>, Option<Vec<i32>>, bool)
where:Vec<Field>
are the fieldsVec<i32>
are the field idsbool
is sparsnessThe text was updated successfully, but these errors were encountered: