diff --git a/java/gandiva/src/test/java/org/apache/arrow/gandiva/evaluator/ProjectorTest.java b/java/gandiva/src/test/java/org/apache/arrow/gandiva/evaluator/ProjectorTest.java index e2ea4e9a4a75e..0d86bd9e72923 100644 --- a/java/gandiva/src/test/java/org/apache/arrow/gandiva/evaluator/ProjectorTest.java +++ b/java/gandiva/src/test/java/org/apache/arrow/gandiva/evaluator/ProjectorTest.java @@ -62,6 +62,7 @@ import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; +@Disabled("Disabled until GH-43981 is solved") public class ProjectorTest extends BaseEvaluatorTest { private Charset utf8Charset = Charset.forName("UTF-8"); @@ -148,7 +149,6 @@ private void testMakeProjectorParallel(ConfigurationBuilder.ConfigOptions config executors.awaitTermination(100, java.util.concurrent.TimeUnit.SECONDS); } - @Disabled @Test public void testMakeProjectorParallel() throws Exception { testMakeProjectorParallel(null); @@ -473,7 +473,6 @@ public void testAdd3() throws GandivaException, Exception { eval.close(); } - @Disabled("Enable after fixing: https://github.com/apache/arrow/issues/43981") @Test public void testStringFields() throws GandivaException { /* @@ -547,7 +546,6 @@ public void testStringFields() throws GandivaException { eval.close(); } - @Disabled("Enable after fixing: https://github.com/apache/arrow/issues/43981") @Test public void testStringOutput() throws GandivaException { /* @@ -1236,7 +1234,6 @@ public void testTimeNull() throws GandivaException, Exception { eval.close(); } - @Disabled("Enable after fixing: https://github.com/apache/arrow/issues/43981") @Test public void testTimeEquals() throws GandivaException, Exception { /*