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-unsubscr...@arrow.apache.org

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

Reply via email to