vegarsti commented on issue #3520:
URL: https://github.com/apache/arrow-rs/issues/3520#issuecomment-3172387322

   > I just realized that converting run-end arrow arrays to parquet is also 
not supported. I opened [#8016](https://github.com/apache/arrow-rs/issues/8016) 
to track this. I probably won't get to working on this very soon, and I don't 
know yet how involved this will be.
   
   I've started on #8016 in https://github.com/apache/arrow-rs/pull/8069. So 
far I have a test where I can write a `RunArray` to Parquet but it's written as 
plain data, not what we'd want which is dictionary encoded data. I haven't 
figured out yet where to hook in so that I can somehow convert to dictionary 
data. Is the work on casting relevant? Pointers welcome!


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