We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10175ee commit f0bcf4dCopy full SHA for f0bcf4d
adapter/orc/src/test/java/org/apache/arrow/adapter/orc/OrcReaderTest.java
@@ -38,6 +38,7 @@
38
import org.apache.orc.TypeDescription;
39
import org.apache.orc.Writer;
40
import org.junit.jupiter.api.BeforeAll;
41
+import org.junit.jupiter.api.Disabled;
42
import org.junit.jupiter.api.Test;
43
import org.junit.jupiter.api.io.TempDir;
44
@@ -53,6 +54,7 @@ public static void beforeClass() {
53
54
allocator = new RootAllocator(MAX_ALLOCATION);
55
}
56
57
+ @Disabled("ORC is flaky: https://github.com/apache/arrow-java/pull/449")
58
@Test
59
public void testOrcJniReader() throws Exception {
60
TypeDescription schema = TypeDescription.fromString("struct<x:int,y:string>");
0 commit comments