tustvold commented on issue #3520: URL: https://github.com/apache/arrow-rs/issues/3520#issuecomment-1381616000
One thing to perhaps give thought to is what kernels we need to facilitate this use-case. For example, a core pattern for dictionaries is to evaluate against the child values array and then `take` the results based on the keys. We possibly need something similar for the REE use-case, i.e. some sort of `take_runs` kernel. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
