This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 87fb2e94 Publish built docs triggered by 
94a4384ead73681cdb57def2382cc28d66151a5d
87fb2e94 is described below

commit 87fb2e94ecb7fd674811931923d7206dd652102b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 1 18:48:30 2024 +0000

    Publish built docs triggered by 94a4384ead73681cdb57def2382cc28d66151a5d
---
 _sources/contributor-guide/development.md.txt | 2 +-
 contributor-guide/development.html            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_sources/contributor-guide/development.md.txt 
b/_sources/contributor-guide/development.md.txt
index 63146c19..356c81b3 100644
--- a/_sources/contributor-guide/development.md.txt
+++ b/_sources/contributor-guide/development.md.txt
@@ -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
diff --git a/contributor-guide/development.html 
b/contributor-guide/development.html
index d53fa2b2..60b01f98 100644
--- a/contributor-guide/development.html
+++ b/contributor-guide/development.html
@@ -364,7 +364,7 @@ under the License.
 <ul class="simple">
 <li><p><code class="docutils literal notranslate"><span 
class="pre">make</span></code>: compile the entire project, but don’t run 
tests</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">make</span> <span class="pre">test-rust</span></code>: compile the 
project and run tests in Rust side</p></li>
-<li><p><code class="docutils literal notranslate"><span 
class="pre">make</span> <span class="pre">test-java</span></code>: compile the 
project and run tests in Java side</p></li>
+<li><p><code class="docutils literal notranslate"><span 
class="pre">make</span> <span class="pre">test-jvm</span></code>: compile the 
project and run tests in Java side</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">make</span> <span class="pre">test</span></code>: compile the 
project and run tests in both Rust and Java
 side.</p></li>
 <li><p><code class="docutils literal notranslate"><span 
class="pre">make</span> <span class="pre">release</span></code>: compile the 
project and creates a release build. This


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to