davisusanibar commented on code in PR #229:
URL: https://github.com/apache/arrow-cookbook/pull/229#discussion_r942479337
##########
.github/workflows/test_java_osx_cookbook.yml:
##########
@@ -37,6 +37,8 @@ jobs:
matrix:
python-version: [ '3.9' ]
java-version: [ '11', '17', '18' ]
+ compiler-version: ['11']
+ arrow-version: ['9.0.0']
Review Comment:
The main reason is to handle that as a matrix, this support pass an arrays
of arrow_versions needed on demand, I could suggest that new changes related to
a version would be handled by this CI file without change main code.
--
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]