You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/10/15 13:44:26 UTC

[GitHub] [arrow-cookbook] lidavidm commented on a diff in pull request #258: [Java]: Adding Dataset ORC/IPC/CSV examples

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org