Skip to content

Commit

Permalink
[apache#6766] Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kriti-sc committed May 16, 2021
1 parent adc6759 commit 2f615b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public void testOfflineTableSegmentMetadata()
.get(String.class));
Assert.assertEquals(jsonResponse.get("columns").size(), 2);
Assert.assertEquals(jsonResponse.get("indexes").size(), 17);
Assert.assertEquals(jsonResponse.get("startree-index").size(), 0);
Assert.assertEquals(jsonResponse.get("star-tree-index").size(), 0);

jsonResponse = JsonUtils.stringToJsonNode(
(_webTarget.path(segmentMetadataPath).queryParam("columns", "*").request().get(String.class)));
Expand Down

0 comments on commit 2f615b5

Please sign in to comment.