alamb commented on PR #12269: URL: https://github.com/apache/datafusion/pull/12269#issuecomment-2351552824
> @alamb I found `FirstN` mode is non-trivial If I switch to Arrow's Builder instead of `Vec` what I had done before. Is it reasonable to implement `takeN` logic in Arrow's Builder upstream? I think using Vec, if possible, is likely to be the best idea as Vec is well understood and highly optimized in Rust (and also has a fast conversion to Arrow arrays) -- 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]
