davisusanibar opened a new issue, #240: URL: https://github.com/apache/arrow-cookbook/issues/240
Currently Java cookbooks recipes are examples runnable on JShell environment and compare the results. For this purpose JShell environment is needed. The purpose of this ticket is to create new ways about how the same code could be run without JShell dependency: - Current `testcode` is able to run inside `public static void main` method without problems, base on this one idea could be to add this line on the recipe to te user could copy all the lines and run that without to adding that contend inside a method, and delete that at runtime for JShell process - Other options ... -- 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]
