Skip to content

Commit

Permalink
[test] Fix typo in the SortMergeReaderTestBase unit test (#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
lipenglin authored Sep 7, 2023
1 parent 3763891 commit 9775f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ protected MergeFunction<KeyValue> createMergeFunction() {
}

/** Tests for {@link SortMergeReader} with {@link ValueCountMergeFunction}. */
public static class WithValueRecordMergeFunctionTest extends SortMergeReaderTestBase {
public static class WithValueCountMergeFunctionTest extends SortMergeReaderTestBase {

@Override
protected boolean addOnly() {
Expand Down

0 comments on commit 9775f96

Please sign in to comment.