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

   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   Arrow has added REE support https://github.com/apache/arrow/pull/14176, 
similar to dictionary arrays that allow repeated values to be encoded in a 
space efficient manner that also allows fast processing.
   
   **Describe the solution you'd like**
   Implement REE in arrow-rs. Some likely candidate:
   
   - [ ] Support in DataType
   - [ ] Support in ArrayData
   - [ ] New REE array
   - [ ] Support REE in IPC
   - [ ] Support REE in cast kernels
   - [ ] Support REE in compute kernels
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request 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.apache.org

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

Reply via email to