提交 5dc0df58 编写于 作者: S sewen

Constructor fix in sort-merger testcase.

上级 8ca29830
......@@ -159,7 +159,7 @@ public class UnilateralSortMergerITCase {
LOG.debug("initializing sortmerger");
SortMerger<TestData.Key, TestData.Value> merger = new UnilateralSortMerger<TestData.Key, TestData.Value>(
memoryManager, ioManager, 40 * 1024 * 1024, 1024 * 1024 * 1, 10, 2, keySerialization, valSerialization,
keyComparator, reader, parentTask);
keyComparator, reader, parentTask, 0.7f);
// emit data
LOG.debug("emitting data");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册