lidavidm commented on code in PR #229:
URL: https://github.com/apache/arrow-cookbook/pull/229#discussion_r923958750
##########
java/source/demo/pom.xml:
##########
@@ -21,9 +21,17 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
- <arrow.version>8.0.0</arrow.version>
+ <arrow.version>9.0.0.dev191</arrow.version><!-- Prepare for 9.0.0
release -->
Review Comment:
IMO it's fine to only test Java 11 (especially if that's the language level
we target) (or, compile with 11 and run on 17), and again: do we care about
stable/nightly cookbooks? That is a separate discussion
--
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]