davisusanibar commented on code in PR #258: URL: https://github.com/apache/arrow-cookbook/pull/258#discussion_r995921928
########## java/CONTRIBUTING.rst: ########## @@ -69,6 +80,38 @@ Run ``make javatest`` from the cookbook root directory to verify that the code for all the recipes runs correctly and provides the expected output. +.. code-block:: bash Review Comment: Ok, let me delete that part ########## java/CONTRIBUTING.rst: ########## @@ -69,6 +80,38 @@ Run ``make javatest`` from the cookbook root directory to verify that the code for all the recipes runs correctly and provides the expected output. +.. code-block:: bash + + $ cd arrow-cookbook + $ # SDK 11+ + $ java --version + $ jshell --version + $ make javatest + ... + 1 items passed all tests: + 7 tests in default + 7 tests in 1 items. + 7 passed and 0 failed. + Test passed. + ... + Doctest summary + =============== + 44 tests + 0 failures in tests + 0 failures in setup code + 0 failures in cleanup code + build succeeded. + +Please note: In case you need to test the recipes with nightly version Review Comment: Ok, let me delete that part -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
