datafusion-comet
datafusion-comet copied to clipboard
Correct build commend in Comet Development Guide
Describe the bug
make test-java: compile the project and run tests in Java side
in DEVELOPMENT.md seems should be
make test-jvm: compile the project and run tests in Java side
according to https://github.com/apache/datafusion-comet/blob/main/Makefile#L31.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
Thank you @whynick1
fixed in #364