dentiny commented on code in PR #14694: URL: https://github.com/apache/datafusion/pull/14694#discussion_r1957260006
########## docs/source/contributor-guide/index.md: ########## @@ -216,3 +216,23 @@ The good thing about open code and open development is that any issues in one ch Pull requests will be marked with a `stale` label after 60 days of inactivity and then closed 7 days after that. Commenting on the PR will remove the `stale` label. + +## Building + +- To build the project, run `cargo build`; to run all the tests, run `cargo test`. +- One external dependency `protoc` is needed, please install it before build and make sure both executable and protobuf definition accessible + +## Dev Container / Github Codespaces Review Comment: I referenced https://github.com/Mooncake-Labs/pg_mooncake/blob/main/CONTRIBUTING.md#dev-container--github-codespaces -- 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