Skip to content

Commit

Permalink
Fix formatting in HashAggregationBenchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowojski authored and haozhun committed Sep 30, 2016
1 parent bf54dcf commit 6578617
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ protected List<? extends OperatorFactory> createOperatorFactories()
{
OperatorFactory tableScanOperator = createTableScanOperator(0, new PlanNodeId("test"), "orders", "orderstatus", "totalprice");
List<Type> types = ImmutableList.of(tableScanOperator.getTypes().get(0));
HashAggregationOperatorFactory aggregationOperator = new HashAggregationOperatorFactory(1,
HashAggregationOperatorFactory aggregationOperator = new HashAggregationOperatorFactory(
1,
new PlanNodeId("test"),
types,
Ints.asList(0),
Expand Down

0 comments on commit 6578617

Please sign in to comment.