alamb opened a new issue, #13842: URL: https://github.com/apache/datafusion/issues/13842
### Is your feature request related to a problem or challenge? - Part of https://github.com/apache/datafusion/issues/11172 The large number of small examples in DataFusion leads to multiple problems: - Unnecessarily large amounts of temporary disk space (each example binary takes 100+ MB) - Larger `cargo t` time (each binary must be linked / created) - Makes it harder to find the relevant examples Thus I think the fewer examples we have the 1. faster our dev experience will be 2. easier it will be to find the relevant examples ### Describe the solution you'd like - Consolidate the contents of [simplify_udaf_expression](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/simplify_udaf_expression.rs) - Into [advanced_udaf.rs](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/advanced_udaf.rs) Then update the readme page: - https://github.com/apache/datafusion/blob/main/datafusion-examples/README.md ### Describe alternatives you've considered _No response_ ### Additional context I think this is a good first issue as the task is straightforward and doesn't require deep understanding of the DataFusion codebase -- 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...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org