Skip to content
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

Closed
jorgecarleitao opened this issue Aug 12, 2021 · 0 comments · Fixed by #283
Closed

Change DataType::Union to enable round trips in IPC #281

jorgecarleitao opened this issue Aug 12, 2021 · 0 comments · Fixed by #283

Comments

@jorgecarleitao
Copy link
Owner

jorgecarleitao commented Aug 12, 2021

Change from DataType::Union(Vec<Field>) to DataType::Union(Vec<Field>, Option<Vec<i32>>, bool) where:

  • Vec<Field> are the fields
  • Vec<i32> are the field ids
  • bool is sparsness
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant