gortiz commented on code in PR #14210: URL: https://github.com/apache/pinot/pull/14210#discussion_r1812553017
########## README.md: ########## @@ -95,10 +95,15 @@ SELECT sum(clicks), sum(impressions) FROM AdAnalyticsTable ## Contributing to Pinot -Normal Pinot builds are done using the `mvn clean install` command. -However this command can take a long time to run. -For faster builds it is recommended to use `mvn verify -Ppinot-fastdev`, which disables some plugins that are not -actually needed for development and disables artifact compression. +Want to contribute to apache/pinot? ๐๐ท + +Want to join the ranks of open source committers to Apache Pinot? Then check out the [Contribution Guide](https://docs.pinot.apache.org/developers/developers-and-contributors/contribution-guidelines) for how you can get involved in the code. + +If you have a bug or an idea for a new feature, browse the [open issues](https://github.com/apache/pinot/issues) to see what weโre already working on before opening a new one. + +We also tagged some [beginner issues](https://github.com/apache/pinot/issues?q=is%3Aopen+is%3Aissue+label%3Abeginner-task) new contributors can tackle. + + Review Comment: Where are we going to suggest to use the `pinot-fastdev` profile now? -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org