Skip to content

Commit

Permalink
handle a failing UT in GroupByQueryRunnerTest after merging into the …
Browse files Browse the repository at this point in the history
…master
  • Loading branch information
jaehc committed Feb 16, 2016
1 parent b25bca8 commit 32b9d57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ public void testGroupByWithAlphaNumericDimensionOrder()
.setDimensions(
Lists.<DimensionSpec>newArrayList(
new ExtractionDimensionSpec(
"quality", "alias", new LookupExtractionFn(new MapLookupExtractor(map), false, null, false, false), null
"quality", "alias", new LookupExtractionFn(new MapLookupExtractor(map, false), false, null, false, false), null
)
)
)
Expand Down

0 comments on commit 32b9d57

Please sign in to comment.