tustvold opened a new issue, #1597: URL: https://github.com/apache/arrow-rs/issues/1597
**Describe the bug** The specification defines a Dense Union as > Types buffer: A buffer of 8-bit signed integers. Each type in the union has a corresponding type id whose values are found in this buffer. A union with more than 127 possible types can be modeled as a union of unions. **Expected behavior** They are currently represented as `i32` when they should be `i8` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
