Skip to content

Commit

Permalink
Add missing config implementations to test
Browse files Browse the repository at this point in the history
  • Loading branch information
vinaykumarchella committed Oct 8, 2018
1 parent acb17be commit 71a0e55
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,9 @@ public double getZipfExponent() {
}

@Override
public int getNumBackfill() {
return 0;
}

@Override
public int getBackfillStartKey() {
return 0;
public int getBackfillKeySlots()
{
return 1;
}

@Override
Expand Down

0 comments on commit 71a0e55

Please sign in to comment.