This is an automated email from the ASF dual-hosted git repository.
agrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 94a4384e Fix target typo in development.md (#364)
94a4384e is described below
commit 94a4384ead73681cdb57def2382cc28d66151a5d
Author: JC <[email protected]>
AuthorDate: Thu May 2 02:48:03 2024 +0800
Fix target typo in development.md (#364)
Co-authored-by: unknown <unknown>
---
docs/source/contributor-guide/development.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/contributor-guide/development.md
b/docs/source/contributor-guide/development.md
index 63146c19..356c81b3 100644
--- a/docs/source/contributor-guide/development.md
+++ b/docs/source/contributor-guide/development.md
@@ -40,7 +40,7 @@ A few common commands are specified in project's `Makefile`:
- `make`: compile the entire project, but don't run tests
- `make test-rust`: compile the project and run tests in Rust side
-- `make test-java`: compile the project and run tests in Java side
+- `make test-jvm`: compile the project and run tests in Java side
- `make test`: compile the project and run tests in both Rust and Java
side.
- `make release`: compile the project and creates a release build. This
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]