davisusanibar commented on code in PR #229:
URL: https://github.com/apache/arrow-cookbook/pull/229#discussion_r923958304


##########
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:
   Added configuration to define Stable/Dev version at CI script level.
   
   But we need to talk about scope because current matrix is invoked 12 times:
   ```
           python-version: [ '3.9' ]
           java-version: [ '11', '17', '18' ]
           compiler-version: ['11']
           arrow-version: ['8.0.0', '9.0.0.dev405']
   ```
   



-- 
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]

Reply via email to