comphead commented on code in PR #13703: URL: https://github.com/apache/datafusion/pull/13703#discussion_r1876984804
########## docs/source/contributor-guide/index.md: ########## @@ -72,13 +72,35 @@ recently active community members in the ticket to get their attention. ### What Features are Good Fits for DataFusion? -DataFusion is designed to highly extensible, and many features can be implemented -as extensions without changing the core of DataFusion. - -We are [working on criteria for what features are good fits for DataFusion], and -will update this section when we have more to share. - -[working on criteria for what features are good fits for datafusion]: https://github.com/apache/datafusion/issues/12357 +DataFusion is designed to highly extensible, and many features can be +implemented as extensions without changing the core of DataFusion. Support for +new functions, data formats, and similar functionality can be added using those +extension APIs, and there are already many existing community supported +extensions listed in the [extensions list]. + +Query engines are complex pieces of software to develop and maintain. Given our +limited maintenance bandwidth, we try to keep the DataFusion core as simple and +focused as possible, while still satisfying the [design goal] of an easy to +start initial experience. + +With that in mind, contributions that meet the following criteria are more likely +to be accepted: + +1. Bug fixes for existing features +2. Test coverage for existing features +3. Documentation improvements / examples +4. Performance improvements to existing features (with benchmarks) Review Comment: 👍 love benchmarks -- 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 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