We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87885a2 commit 96aead1Copy full SHA for 96aead1
dev/tasks/java-jars/github.yml
@@ -148,7 +148,8 @@ jobs:
148
test -f arrow/java-dist/arrow_dataset_jni.dll
149
test -f arrow/java-dist/libarrow_orc_jni.dylib
150
test -f arrow/java-dist/libarrow_orc_jni.so
151
- test -f arrow/java-dist/arrow_orc_jni.dll
+ # We can enable this after ARROW-17817 is resolved.
152
+ # test -f arrow/java-dist/arrow_orc_jni.dll
153
test -f arrow/java-dist/libgandiva_jni.dylib
154
test -f arrow/java-dist/libgandiva_jni.so
155
test -f arrow/java-dist/libplasma_java.dylib
0 commit comments