Skip to content

Commit

Permalink
[CALCITE-1751] Additional flapping pig-adapter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshelser committed Apr 11, 2017
1 parent 66cdfc6 commit 9247cb9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public void testScanAndFilter() throws Exception {
}

@Test
@Ignore("CALCITE-1751")
public void testImplWithMultipleFilters() {
final SchemaPlus schema = createTestSchema();
final RelBuilder builder = createRelBuilder(schema);
Expand All @@ -91,6 +92,7 @@ public void testImplWithMultipleFilters() {
}

@Test
@Ignore("CALCITE-1751")
public void testImplWithGroupByAndCount() {
final SchemaPlus schema = createTestSchema();
final RelBuilder builder = createRelBuilder(schema);
Expand Down Expand Up @@ -126,6 +128,7 @@ public void testImplWithCountWithoutGroupBy() {
}

@Test
@Ignore("CALCITE-1751")
public void testImplWithGroupByMultipleFields() {
final SchemaPlus schema = createTestSchema();
final RelBuilder builder = createRelBuilder(schema);
Expand Down

0 comments on commit 9247cb9

Please sign in to comment.