amol- commented on a change in pull request #113:
URL: https://github.com/apache/arrow-cookbook/pull/113#discussion_r783120749
##########
File path: Makefile
##########
@@ -13,6 +13,7 @@ help:
@echo "make test Test cookbook for all platforms."
@echo "make py Build the Cookbook for Python only."
@echo "make r Build the Cookbook for R only."
+ @echo "make java Build the Cookbook for Java only."
Review comment:
`make java` builds the HTML output, but how do we test that the examples
still work?
All the other cookbooks have a `make pytest` or `make rtest` that verifies
the examples agains the current release of arrow.
--
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]