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/07/15 14:43:48 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #2080: Support Sliced Complex Types In IPC Writer

tustvold opened a new issue, #2080:
URL: https://github.com/apache/arrow-rs/issues/2080

   **Describe the bug**
   
   #2040 fixed handling of sliced primitive, dictionary and byte arrays. However, the logic will still currently misbehave for complex types such as
   
   * ListArray
   * UnionArray
   * StructArray
   
   This is because it will fail to push down the offset in the "parent" into the leaf arrays.
   
   **To Reproduce**
   
   Attempt to roundtrip a sliced one of these arrays, and it will fail
   
   **Expected behavior**
   
   Writing a sliced array of any type should work
   
   **Additional context**
   
   #1799 might simplify the implementation of this, as it would allow removing offset from ArrayData
   


-- 
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 commented on issue #2080: Support Sliced Complex Types In IPC Writer

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #2080:
URL: https://github.com/apache/arrow-rs/issues/2080#issuecomment-1540357223

   Closed by #4061 


-- 
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 closed issue #2080: Support Sliced Complex Types In IPC Writer

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #2080: Support Sliced Complex Types In IPC Writer
URL: https://github.com/apache/arrow-rs/issues/2080


-- 
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