You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "emcake (via GitHub)" <gi...@apache.org> on 2023/06/13 16:22:24 UTC

[GitHub] [arrow-rs] emcake commented on issue #4408: Slicing a map array does not respect offset

emcake commented on issue #4408:
URL: https://github.com/apache/arrow-rs/issues/4408#issuecomment-1589638721

   I'm constructing a map here of keys and values, both matching its index in the batch:
   
   ```
   { key : 0, value : 0 }
   { key : 1, value : 1 }
   { key : 2, value : 2 }
   ...
   ```
   
   If I take this map array and slice to the 999th element, I'd expect the first item in the array to be:
   
   ```
   { key : 999, value : 999 }
   ```
   
   Am I missing something here?


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