vegarsti commented on issue #8016: URL: https://github.com/apache/arrow-rs/issues/8016#issuecomment-3172383962
In #8069 now we can write RunArray data to Parquet, but it writes it as plain data, not dictionary data. I basically copied what is done for the Dictionary type where I could find a `match` clause. I'm guessing what's missing is (at least) some way to transform a RunArray to a DictionaryArray before writing it to Parquet? 🤔 -- 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