lidavidm commented on code in PR #258:
URL: https://github.com/apache/arrow-cookbook/pull/258#discussion_r996308455
##########
.github/workflows/test_java_linux_cookbook.yml:
##########
@@ -39,10 +39,11 @@ jobs:
java-version: [ '11', '17', '18' ]
arrow_nightly: ['0', '1']
exclude:
- - java-version: '11'
- arrow_nightly: '1'
- - java-version: '17'
- arrow_nightly: '1'
+ - arrow_nightly: '0'
+# - java-version: '11'
+# arrow_nightly: '1'
+# - java-version: '17'
+# arrow_nightly: '1'
Review Comment:
I thought we were changing how the cookbooks work so this shouldn't be an
issue? Can we get this worked out properly?
--
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]