davisusanibar commented on code in PR #258:
URL: https://github.com/apache/arrow-cookbook/pull/258#discussion_r995925316
##########
.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:
This is only for testing purpose, this current scenario to test current
version 9.0.0 and nightly version 10.0.0-SNAPSHOT will fail because there are
new functions/methods that only works on 10.0.0-SNAPSHOT. This ticket was
created to define a way to configure if some recipe will be executed or not
(https://github.com/apache/arrow-cookbook/issues/208) probably I need to
prioritize that for this case of scenarios.
--
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]