andygrove commented on code in PR #5064: URL: https://github.com/apache/datafusion-comet/pull/5064#discussion_r3666583434
########## docs/source/contributor-guide/roadmap.md: ########## @@ -41,25 +41,28 @@ supported functions, frames, and fallback cases. [#4836]: https://github.com/apache/datafusion-comet/issues/4836 [#4837]: https://github.com/apache/datafusion-comet/issues/4837 -## Lambda Expressions +## Native Lambda Evaluation Review Comment: Should we add a section about implementing other types of expression natively (scalar and aggregate)? We rely on codegen dispatch for many expressions today. -- 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]
