From d07e80d2ae88d163acf8d109c3713188891b82c0 Mon Sep 17 00:00:00 2001 From: Vibhatha Lakmal Abeykoon Date: Fri, 6 Sep 2024 08:09:55 +0530 Subject: [PATCH 1/3] fix: disabling a test to check ci failure --- .../java/org/apache/arrow/gandiva/evaluator/ProjectorTest.java | 1 + 1 file changed, 1 insertion(+) 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 f2590226b1a74..9957e93fb9379 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 @@ -148,6 +148,7 @@ private void testMakeProjectorParallel(ConfigurationBuilder.ConfigOptions config executors.awaitTermination(100, java.util.concurrent.TimeUnit.SECONDS); } + @Disabled @Test public void testMakeProjectorParallel() throws Exception { testMakeProjectorParallel(null); From 64dbc2e7727301df97a1e13ef81db79316c880e8 Mon Sep 17 00:00:00 2001 From: Vibhatha Lakmal Abeykoon Date: Fri, 6 Sep 2024 09:38:04 +0530 Subject: [PATCH 2/3] fix: disabling a set of tests --- .../java/org/apache/arrow/gandiva/evaluator/ProjectorTest.java | 3 +++ 1 file changed, 3 insertions(+) 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 9957e93fb9379..e2ea4e9a4a75e 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 @@ -473,6 +473,7 @@ 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 { /* @@ -546,6 +547,7 @@ public void testStringFields() throws GandivaException { eval.close(); } + @Disabled("Enable after fixing: https://github.com/apache/arrow/issues/43981") @Test public void testStringOutput() throws GandivaException { /* @@ -1234,6 +1236,7 @@ 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 { /* From 0fc7201ca3ba796f4940fa4ca36e020edbe1d3c0 Mon Sep 17 00:00:00 2001 From: Vibhatha Lakmal Abeykoon Date: Mon, 9 Sep 2024 10:48:40 +0530 Subject: [PATCH 3/3] feat: disabled the whole class as over majority of the test cases are failing --- .../org/apache/arrow/gandiva/evaluator/ProjectorTest.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 { /*