Rachelint commented on issue #9562: URL: https://github.com/apache/datafusion/issues/9562#issuecomment-2258640507
Actually, I found the `slice` function is not trivial because the eager computation for the null count. One way I could think to solve it is make the computation lazy, see arrow-rs pr: https://github.com/apache/arrow-rs/pull/6155 The alternative may be the way mentioned in this issue. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
