You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/20 10:00:46 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #1597: Dense UnionArray Offsets Are i32 not i8

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold closed issue #1597: Dense UnionArray Offsets Are i32 not i8

Posted by GitBox <gi...@apache.org>.
tustvold closed issue #1597: Dense UnionArray Offsets Are i32 not i8
URL: https://github.com/apache/arrow-rs/issues/1597


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #1597: Dense UnionArray Offsets Are i32 not i8

Posted by GitBox <gi...@apache.org>.
tustvold commented on issue #1597:
URL: https://github.com/apache/arrow-rs/issues/1597#issuecomment-1103745463

   I got the offsets and types buffers confused :facepalm: 


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org