Skip to content

Commit

Permalink
feat: disabled the whole class as over majority of the test cases are…
Browse files Browse the repository at this point in the history
… failing
  • Loading branch information
vibhatha committed Sep 9, 2024
1 parent 64dbc2e commit 0fc7201
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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 {
/*
Expand Down Expand Up @@ -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 {
/*
Expand Down Expand Up @@ -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 {
/*
Expand Down

0 comments on commit 0fc7201

Please sign in to comment.