Skip to content

Commit

Permalink
Mark PartialGroupByKeyOperation can restart.
Browse files Browse the repository at this point in the history
[]
-------------
Created by MOE: http://code.google.com/p/moe-java
MOE_MIGRATED_REVID=87206956
  • Loading branch information
peihe authored and davorbonaci committed Feb 27, 2015
1 parent 48dfb0c commit b76455f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ public void finish() throws Exception {
}
}

@Override
public boolean supportsRestart() {
// SizeEstimators are safe to be reused.
return true;
}

/**
* Sets the maximum amount of memory the grouping table is allowed to
* consume before it has to be flushed.
Expand Down

0 comments on commit b76455f

Please sign in to comment.